Skip to content

Commit c544637

Browse files
committed
Add mini-docs
1 parent e6e527c commit c544637

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This extension provides build and release tasks for packaging and publishing Azu
1313
Azure DevOps
1414

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

3031
* **Publish**: `All accessible organisations`, `Marketplace (publish)`
32+
* **Unpublish**: `All accessible organisations`, `Marketplace (manage)`
3133
* **Share**: `All accessible organisations`, `Marketplace (publish)`
3234
* **Install**: `All accessible organisations` or a specific Organisation, `Extensions (read and manage)`, `Marketplace (acquire)`
3335
* **Query Version**: `All accessible organisations`, `Marketplace (read)`

overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ If you plan to publish to the Marketplace, you will need to [create a personal a
1313
Azure DevOps
1414

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

3031
* **Publish**: `All accessible organisations`, `Marketplace (publish)`
32+
* **Unpublish**: `All accessible organisations`, `Marketplace (manage)`
3133
* **Share**: `All accessible organisations`, `Marketplace (publish)`
3234
* **Install**: `All accessible organisations` or a specific Organisation, `Extensions (read and manage)`, `Marketplace (acquire)`
3335
* **Query Version**: `All accessible organisations`, `Marketplace (read)`

0 commit comments

Comments
 (0)