We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a6b7 commit e28b77cCopy full SHA for e28b77c
tools/ci_build/github/azure-pipelines/nuget/templates/dml-vs-2022.yml
@@ -49,7 +49,12 @@ stages:
49
clean: true
50
submodules: none
51
52
- - template: ../../templates/setup-build-tools.yml
+ - template: ../../templates/setup-build-tools.yml
53
+ parameters:
54
+ ${{ if eq(parameters['sln_platform'], 'Win32') }}:
55
+ BuildArch: 'x86'
56
+ ${{ else }}:
57
+ BuildArch: ${{ parameters.BuildArch }}
58
59
# need to set PROCESSOR_ARCHITECTURE so the x86 SDK is installed correctly
60
- task: UseDotNet@2
0 commit comments