conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Publish extension to VS Marketplace when there is a new tag release #212

Closed danimtb closed 3 months ago

danimtb commented 4 months ago

From: https://learn.microsoft.com/en-us/visualstudio/extensibility/walkthrough-publishing-a-visual-studio-extension-via-command-line?view=vs-2022#publishmanifest-file

And from: https://github.com/marketplace/actions/vs-marketplace-publisher

The extension is only uploaded to marketplace when a new tag (release) is pushed to the repository.

TODO: Add Personal Access Token to github secrets for publication

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

danimtb commented 4 months ago

Added VS Marketplace Personal Access Token as github secret