From d5ad3f8b845d8cc437fe42b4a544696cbb3fe70c Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 6 Feb 2025 16:44:42 -0800 Subject: [PATCH] update --- tools/ci_build/build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py index bfa3275759446..6fc5510e9d7ad 100644 --- a/tools/ci_build/build.py +++ b/tools/ci_build/build.py @@ -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