Skip to content

Commit

Permalink
Add mini-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 26, 2021
1 parent e6e527c commit c544637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This extension provides build and release tasks for packaging and publishing Azu
Azure DevOps

* **Package**: package an Azure DevOps extension into an extension package (.VSIX) file
* **Publish**: optionally package and publish an extension (either privately or publicly) to the Visual Studio Marketplace
* **Publish**: (optionally) package and publish an extension (either privately or publicly) to the Visual Studio Marketplace
* **Unpublish**: unpublish an extension from the Visual Studio Marketplace
* **Share**: share an extension with an Azure DevOps organisation
* **Install**: install an extension to an Azure DevOps organisation
* **Query version**: query an extension's version (to make it easy to increment on your next package or publish)
Expand All @@ -28,6 +29,7 @@ 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:

* **Publish**: `All accessible organisations`, `Marketplace (publish)`
* **Unpublish**: `All accessible organisations`, `Marketplace (manage)`
* **Share**: `All accessible organisations`, `Marketplace (publish)`
* **Install**: `All accessible organisations` or a specific Organisation, `Extensions (read and manage)`, `Marketplace (acquire)`
* **Query Version**: `All accessible organisations`, `Marketplace (read)`
Expand Down
4 changes: 3 additions & 1 deletion overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ If you plan to publish to the Marketplace, you will need to [create a personal a
Azure DevOps

* **Package**: package a VSTS extension into an extension package (.VSIX) file
* **Publish**: optionally package and publish an extension (either privately or publicly) to the Visual Studio Marketplace
* **Publish**: (optionally) package and publish an extension (either privately or publicly) to the Visual Studio Marketplace
* **Unpublish**: unpublish an extension from the Visual Studio Marketplace
* **Share**: share an extension with an Azure DevOps organisation
* **Install**: install an extension to an Azure DevOps organisation or Team Foundation Server
* **Query version**: query an extension's version (to make it easy to increment on your next package or publish)
Expand All @@ -28,6 +29,7 @@ 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:

* **Publish**: `All accessible organisations`, `Marketplace (publish)`
* **Unpublish**: `All accessible organisations`, `Marketplace (manage)`
* **Share**: `All accessible organisations`, `Marketplace (publish)`
* **Install**: `All accessible organisations` or a specific Organisation, `Extensions (read and manage)`, `Marketplace (acquire)`
* **Query Version**: `All accessible organisations`, `Marketplace (read)`
Expand Down

0 comments on commit c544637

Please sign in to comment.