IIS-Express-Code
IIS-Express-Code copied to clipboard
Github Actions Automation - Auto Publish Releases
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