File tree 2 files changed +2
-2
lines changed
tools/ci_build/github/azure-pipelines 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ stages:
50
50
additionalBuildFlags : >-
51
51
--gen_doc validate --skip_tests --build_wheel --use_dml --use_cuda
52
52
--cuda_home="$(Agent.TempDirectory)\v${{ parameters.CudaVersion }}"
53
- --use_vcpkg --use_vcpkg_ms_internal_asset_cache -- cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86
53
+ --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86
54
54
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
55
55
msbuildPlatform : x64
56
56
isX86 : false
Original file line number Diff line number Diff line change 78
78
--build_dir $(Build.BinariesDirectory)
79
79
--cmake_generator "Visual Studio 17 2022"
80
80
--build_java
81
- --build_shared_lib --use_vcpkg --use_vcpkg_ms_internal_asset_cache
81
+ --build_shared_lib
82
82
--use_qnn $(QnnLibKind)
83
83
--qnn_home $(QnnSDKRootDir)
84
84
--use_binskim_compliant_compile_flags
You can’t perform that action at this time.
0 commit comments