Skip to content

Commit

Permalink
Create releases from release branches (#2876)
Browse files Browse the repository at this point in the history
* Create releases from release branches
* Change name of extension
* Add news entry
* Rename file
  • Loading branch information
DonJayamanne authored and brettcannon committed Oct 16, 2018
1 parent 7c27a10 commit 98a2b22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,8 @@ script:
vsce package;
azure storage blob upload python*.vsix $AZURE_STORAGE_CONTAINER ms-python-insiders.vsix --account-name $AZURE_STORAGE_ACCOUNT --account-key $AZURE_STORAGE_ACCESS_KEY --quiet;
fi
- if [[ $AZURE_STORAGE_ACCOUNT && "$TRAVIS_BRANCH" == release* && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
npm run clean;
vsce package;
azure storage blob upload python*.vsix $AZURE_STORAGE_CONTAINER ms-python-$TRAVIS_BRANCH.vsix --account-name $AZURE_STORAGE_ACCOUNT --account-key $AZURE_STORAGE_ACCESS_KEY --quiet;
fi
1 change: 1 addition & 0 deletions news/3 Code Health/2874.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ability to publish extension builds from `release` branches into the blob store.

0 comments on commit 98a2b22

Please sign in to comment.