Skip to content

Commit e28b77c

Browse files
committed
update
1 parent d15a6b7 commit e28b77c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/ci_build/github/azure-pipelines/nuget/templates/dml-vs-2022.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ stages:
4949
clean: true
5050
submodules: none
5151

52-
- template: ../../templates/setup-build-tools.yml
52+
- template: ../../templates/setup-build-tools.yml
53+
parameters:
54+
${{ if eq(parameters['sln_platform'], 'Win32') }}:
55+
BuildArch: 'x86'
56+
${{ else }}:
57+
BuildArch: ${{ parameters.BuildArch }}
5358

5459
# need to set PROCESSOR_ARCHITECTURE so the x86 SDK is installed correctly
5560
- task: UseDotNet@2

0 commit comments

Comments
 (0)