Publish to VS Marketplace #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish to VS Marketplace | |
| on: | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| actions: read | |
| jobs: | |
| publish: | |
| uses: CodingWithCalvin/.github/.github/workflows/vsix-publish.yml@main | |
| with: | |
| extension-name: MCPServer | |
| display-name: 'MCP Server' | |
| marketplace-id: CodingWithCalvin.VS-MCPServer | |
| description: 'Visual Studio extension that exposes VS features as an MCP server for AI assistants' | |
| hashtags: '' | |
| secrets: inherit |