Skip to content

Commit

Permalink
Merge pull request #1661 from microsoft/develop
Browse files Browse the repository at this point in the history
Merge master
  • Loading branch information
jaeklim authored Jun 13, 2019
2 parents 11f7d9c + 2ab3d3f commit 31ff400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vsts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31ff400

Please sign in to comment.