mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
* Initial check in * Add win x86 * minor update to x86 * update win-ci * update win-ci * update win-x86ci * add linux and mac templates * add nuget pipelines and test templates * remove buildConfig * add compliance template * fix minor typos * update pool for macos * update mac agent pool * update macos pool * update agent pools for tests * turn off debug build for testing * some modifications to packaging scripts * change ordering of compliance tasks * Add mklml pipeline * Add packagename variable to mklml pipeline * remove unrequired dependent jobs from mklml pipeline * Update build command for macOS legs in mklml and cpu pipeline * Set vcvars to true * Add no contrib ops pipeline * Add no-contrib-ops pipeline * set vcvars to true for package tests * remove repetition in nuget templates * get buildarch correct * get name of test template correct * remove steps from test_all_os.yml * add parameters to test_all_os.yml * Need jobs, not steps * set envars for disablecontrib ops * add cleanup tasks and CG to package tests * fix path to cleanup script for macos * remove buildDirectory -- not needed * remove fp16tiny_yolov2 model from nocontribops tests * remove debugging info * fix individual linux pipelines to use correct template * remove unneeded bak_latest2 * increase timeout to 120 to allow for variance * turn off code coverage report
23 lines
554 B
YAML
23 lines
554 B
YAML
steps:
|
|
- task: SDLNativeRules@2
|
|
displayName: 'Run the PREfast SDL Native Rules for MSBuild'
|
|
inputs:
|
|
userProvideBuildInfo: 'auto'
|
|
continueOnError: true
|
|
|
|
- task: CredScan@2
|
|
displayName: 'Run CredScan'
|
|
inputs:
|
|
debugMode: false
|
|
continueOnError: true
|
|
|
|
- task: BinSkim@3
|
|
displayName: 'Run BinSkim'
|
|
inputs:
|
|
arguments: 'analyze $(Build.BinariesDirectory)\RelWithDebInfo\*.dll --recurse --verbose'
|
|
continueOnError: true
|
|
|
|
- task: PublishSecurityAnalysisLogs@2
|
|
displayName: 'Publish Security Analysis Logs'
|
|
continueOnError: true
|
|
|