Publishing

Visual Studio Extensibility Cookbook

This section helps you getting your extension ready to share with your team or the whole world of Visual Studio users.

Check the checklist

Make sure to check out the checklist to ensure your extension follows best practices before you share it with anyone.

Publish to the Marketplace

Share your fantastic extension with the world, but publishing it to the Marketplace.

Automate publishing with CI/CD

Set up automated publishing with GitHub Actions or Azure Pipelines so every tagged release gets published to the Marketplace automatically.

You can also host your own gallery of extensions using Atom feeds - either internally in your organization or on any web host. Register feeds manually or automatically from your extension.

Last updated: