This extension provides build and release tasks for packaging and publishing Azure Devops Extensions to the Visual Studio Marketplace. There are also tasks to share and install your extension to your Azure Devops organization or Team Foundation Server.
Learn more about this extension and install the extension into your Azure DevOps Organization via the Visual Studio Marketplace.
Azure DevOps
Visual Studio
When creating a personal access token for use by your pipeline, make sure the token has at least the following scopes for the task(s) you are using:
All accessible organizations
, Marketplace (publish)
All accessible organizations
, Marketplace (manage)
All accessible organizations
, Marketplace (publish)
All accessible organizations
or a specific Organization, Extensions (read and manage)
, Marketplace (acquire)
All accessible organizations
, Marketplace (read)
All accessible organizations
, Marketplace (read)
npm run initdev
. This will pull down the necessary modules and TypeScript declare files.npm run build
to compile the build tasks.npm run package
to create a .vsix extension package that includes the build tasks.