We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae78cdb commit a46bab6Copy full SHA for a46bab6
tools/ci_build/github/apple/upload_pod_archive_and_update_podspec.sh
@@ -33,7 +33,10 @@ POD_ARCHIVE_BASENAME=$(basename "${POD_ARCHIVE_PATH}")
33
34
STORAGE_ACCOUNT_NAME="onnxruntimepackages"
35
STORAGE_ACCOUNT_CONTAINER_NAME="\$web"
36
-STORAGE_URL_PREFIX=$(az storage account show --name ${STORAGE_ACCOUNT_NAME} --query "primaryEndpoints.web" --output tsv)
+
37
+# TODO: See if there's a way to get the new storage account AFD URL using the Azure CLI
38
+#STORAGE_URL_PREFIX=$(az storage account show --name ${STORAGE_ACCOUNT_NAME} --query "primaryEndpoints.web" --output tsv)
39
+STORAGE_URL_PREFIX="https://onnxruntimepackages.azureedge.net/"
40
41
# upload the pod archive and set the podspec source to the pod archive URL
42
az storage blob upload \
0 commit comments