Skip to content

Commit 3701e3e

Browse files
authored
Revert "remove --use_vcpkg flag for Python-CUDA-Packaging-Pipeline" (microsoft#23651)
This reverts commit 3901e96. ### Description <!-- Describe your changes. --> ### 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 c2686ab commit 3701e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ stages:
125125
--cmake_generator "$(VSGenerator)"
126126
--enable_pybind
127127
--enable_onnx_tests
128-
--parallel 8 --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
128+
--parallel 8 --use_vcpkg --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
129129
$(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }} ${{ parameters.EP_BUILD_FLAGS }} ${{ variables.trt_build_flag }}
130130
workingDirectory: '$(Build.BinariesDirectory)'
131131

0 commit comments

Comments
 (0)