File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/ci_build/github/azure-pipelines/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
--use_qnn
92
92
--qnn_home $(QnnSDKRootDir)
93
93
--enable_pybind
94
- --parallel --update --arm64ec
94
+ --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache -- update --arm64ec
95
95
$(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }}
96
96
workingDirectory : ' $(Build.BinariesDirectory)'
97
97
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ stages:
20
20
name : ${{ parameters.qnn_ep_build_pool_name }}
21
21
variables :
22
22
OrtPackageId : ${{ parameters.OrtNugetPackageId }}
23
- commonBuildArgs : ' --compile_no_warning_as_error --skip_submodule_sync --build_shared_lib --cmake_generator "Visual Studio 17 2022" --config ${{ parameters.build_config }} --parallel --use_binskim_compliant_compile_flags '
23
+ commonBuildArgs : ' --compile_no_warning_as_error --skip_submodule_sync --build_shared_lib --cmake_generator "Visual Studio 17 2022" --config ${{ parameters.build_config }} --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache -- use_binskim_compliant_compile_flags '
24
24
25
25
steps :
26
26
- template : set-version-number-variables-step.yml
You can’t perform that action at this time.
0 commit comments