Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Feb 7, 2025
1 parent fa6aae9 commit d5ad3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,7 @@ def generate_vcpkg_install_options(source_dir, args):
)
if SYSTEM_COLLECTIONURI == "https://dev.azure.com/onnxruntime/":
vcpkg_install_options.append(" --binarysource=x-az-universal,onnxruntime,onnxruntime,onnxruntime,rw")
elif SYSTEM_COLLECTIONURI == "https://dev.azure.com/aiinfra/"
or SYSTEM_COLLECTIONURI == "https://aiinfra.visualstudio.com/":
elif SYSTEM_COLLECTIONURI == "https://dev.azure.com/aiinfra/" or SYSTEM_COLLECTIONURI == "https://aiinfra.visualstudio.com/":
vcpkg_install_options.append(" --binarysource=x-az-universal,aiinfra,Lotus,Lotus,rw")
# Config binary cache
return vcpkg_install_options
Expand Down

0 comments on commit d5ad3f8

Please sign in to comment.