Closed danimtb closed 8 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
All committers have signed the CLA.
Added VS Marketplace Personal Access Token as github secret
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