diff --git a/vsts/publish.sh b/vsts/publish.sh index 160a37b99a..9af7ff0212 100755 --- a/vsts/publish.sh +++ b/vsts/publish.sh @@ -179,13 +179,14 @@ fi ## V. Upload binary echo "Upload binaries" +azure telemetry --disable if [ "$mode" == "internal" ]; then # Determine the filename for the release filename=$(echo $FRAMEWORKS_ZIP_FILENAME | sed 's/.zip/-'${publish_version}'+'$BUILD_SOURCEVERSION'.zip/g') # Replace the latest binary in Azure Storage - echo "Y" | azure storage blob upload $FRAMEWORKS_ZIP_FILENAME sdk + echo "Y" | azure storage blob upload $FRAMEWORKS_ZIP_FILENAME sdk --verbose # Upload binary to Azure Storage mv $FRAMEWORKS_ZIP_FILENAME $filename