Responding to PR feedback, adding the OS names

This commit is contained in:
Zlatko Knezevic 2016-01-29 09:06:12 -08:00
parent 810e66b8fd
commit c124b2d79a
4 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@ upload_installers_to_blob_storage(){
upload_version_badge(){
local badgefile=$1
local filename=$(basename $badgefile)
local filename="$OSNAME_$CONFIGURATION_$(basename $badgefile)"
echo "Uploading the version badge to Latest"
upload_file_to_blob_storage_azure_cli "dev/Binaries/Latest/$filename" $badgefile