Skip to content

Commit 204f1f5

Browse files
Run fuzz testing before the CG task cleans up the build directory (#20500) (#20516)
### Description <!-- Describe your changes. --> Update order of steps ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Fix CI Co-authored-by: Scott McKay <[email protected]>
1 parent 21b3cbc commit 204f1f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/ci_build/github/azure-pipelines/win-ci-fuzz-testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
workingFolder: '$(Build.BinariesDirectory)\$(BuildConfig)'
6464
createLogFile: true
6565

66-
- template: templates/component-governance-component-detection-steps.yml
67-
parameters :
68-
condition : 'succeeded'
69-
7066
- task: CmdLine@2
7167
displayName: 'Run fuzz testing '
7268
inputs:
7369
script: '$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)\onnxruntime_security_fuzz.exe /t /f "$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)\testdata\mnist.onnx" 1 m'
7470
workingDirectory: $(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)
7571
failOnStderr: false # Optional
72+
73+
- template: templates/component-governance-component-detection-steps.yml
74+
parameters :
75+
condition : 'succeeded'

0 commit comments

Comments
 (0)