File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/ci_build/github/azure-pipelines/nuget/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments