Remove the 'test' string from the URL

This commit is contained in:
Sridhar Periyasamy 2015-11-05 09:55:29 -08:00
parent 3825af25a0
commit e370dc339b

View file

@ -120,7 +120,7 @@ upload_binaries_to_blob_storage(){
# update the index file
local indexContent="Binaries/$DOTNET_BUILD_VERSION/$filename"
local indexfile="latest.$OSNAME.index"
local update_URL="https://$STORAGE_ACCOUNT.blob.core.windows.net/$STORAGE_CONTAINER/$CHANNEL/dnvm/test/$indexfile$SASTOKEN"
local update_URL="https://$STORAGE_ACCOUNT.blob.core.windows.net/$STORAGE_CONTAINER/$CHANNEL/dnvm/$indexfile$SASTOKEN"
update_file_in_blob_storage $update_URL $indexfile $indexContent
return $?
fi