mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
update
This commit is contained in:
parent
fa6aae9b56
commit
d5ad3f8b84
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue