Skip to content

Commit da4ca7e

Browse files
committed
.
1 parent bc0d885 commit da4ca7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stages:
7070

7171
- ${{ if notIn(parameters['sln_platform'], 'Win32', 'x64') }}:
7272
- powershell: |
73-
python tools\ci_build\build.py ${{ parameters.BuildCommand }} --use_binskim_compliant_compile_flags --parallel --build_csharp --build --update --config $(BuildConfig) --msbuild_extra_options IncludeMobileTargets=false ${{ variables.build_py_lto_flag }}
73+
python tools\ci_build\build.py ${{ parameters.BuildCommand }} --use_binskim_compliant_compile_flags --parallel --build_csharp --build --update --config $(BuildConfig) --build_nuget --msbuild_extra_options IncludeMobileTargets=false ${{ variables.build_py_lto_flag }}
7474
7575
- ${{ else }}:
7676
- powershell: |

0 commit comments

Comments
 (0)