Skip to content

Commit 79fe96e

Browse files
authored
Create releases from release branches (#2876)
* Create releases from release branches * Change name of extension * Add news entry * Rename file
1 parent ef4dd6a commit 79fe96e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,8 @@ script:
137137
vsce package;
138138
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;
139139
fi
140+
- if [[ $AZURE_STORAGE_ACCOUNT && "$TRAVIS_BRANCH" == release* && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
141+
npm run clean;
142+
vsce package;
143+
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;
144+
fi

news/3 Code Health/2874.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ability to publish extension builds from `release` branches into the blob store.

0 commit comments

Comments
 (0)