From aa27dadd1c63984e0d772baf589802d7ed0c8e0e Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Fri, 26 Apr 2024 20:28:54 +1000 Subject: [PATCH] Use download.onnxruntime.ai in podspec (#20474) ### Description Update to more generic url ### Motivation and Context --- .../github/apple/upload_pod_archive_and_update_podspec.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/ci_build/github/apple/upload_pod_archive_and_update_podspec.sh b/tools/ci_build/github/apple/upload_pod_archive_and_update_podspec.sh index 30c47d7c26359..058d5ccfd991a 100755 --- a/tools/ci_build/github/apple/upload_pod_archive_and_update_podspec.sh +++ b/tools/ci_build/github/apple/upload_pod_archive_and_update_podspec.sh @@ -33,10 +33,7 @@ POD_ARCHIVE_BASENAME=$(basename "${POD_ARCHIVE_PATH}") STORAGE_ACCOUNT_NAME="onnxruntimepackages" STORAGE_ACCOUNT_CONTAINER_NAME="\$web" - -# TODO: See if there's a way to get the new storage account AFD URL using the Azure CLI -#STORAGE_URL_PREFIX=$(az storage account show --name ${STORAGE_ACCOUNT_NAME} --query "primaryEndpoints.web" --output tsv) -STORAGE_URL_PREFIX="https://onnxruntimepackages.azureedge.net/" +STORAGE_URL_PREFIX="https://download.onnxruntime.ai/" # upload the pod archive and set the podspec source to the pod archive URL az storage blob upload \