cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Add automatic publishing of vsix to marketplace #123

Open gep13 opened 3 years ago

gep13 commented 3 years ago

Currently, the vsix is only published to MyGet. On a tagged build, we should also publish the vsix file to the Marketplace. This can be done using the VsixPublisher.exe:

https://www.meziantou.net/ci-cd-pipeline-for-a-visual-studio-extension-vsix-using-azure-devops.htm

nils-a commented 3 years ago

There is also the Open VSIX Gallery that many projects use to release preview versions.