IIS-Express-Code icon indicating copy to clipboard operation
IIS-Express-Code copied to clipboard

Github Actions Automation - Auto Publish Releases

Open warrenbuckley opened this issue 5 years ago • 0 comments

Setup GitHub Actions for auto publishing tagged releases/builds to VSCode Marketplace with vsce

https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions

CI Build - Adds artefacts to a draft release

https://github.com/release-drafter/release-drafter#action-outputs https://github.com/actions/upload-release-asset

GitHub Action for Release made Public ?

  • Takes .visx from release and uploads to VSCode marketplace with VCSE (does it support arg for pointing to ext file?)
  • Or builds project again and uses vsce to push that as doing locally

warrenbuckley avatar Sep 27 '20 19:09 warrenbuckley