Skip to content

Commit e283cdb

Browse files
authored
Fix Fuzz Testing CI (#19228)
### Description <!-- Describe your changes. --> Add BuildArch To verify: https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=400952&view=logs&j=5b022bb4-70a7-5401-8766-a8a7802c7150&t=291e85c7-5547-590b-50de-4e01fcd4eba3&l=14 ### 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. -->
1 parent 24b74ae commit e283cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
parameters:
2929
EnvSetupScript: $(EnvSetupScript)
3030
DownloadCUDA: false
31-
BuildArch: $(buildArch)
31+
BuildArch: x64
3232
BuildConfig: $(BuildConfig)
3333
MachinePool: 'onnxruntime-Win-CPU-2022'
3434
WithCache: true

0 commit comments

Comments
 (0)