File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ This extension provides build and release tasks for packaging and publishing Azu
13
13
Azure DevOps
14
14
15
15
* ** 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
17
18
* ** Share** : share an extension with an Azure DevOps organisation
18
19
* ** Install** : install an extension to an Azure DevOps organisation
19
20
* ** 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
28
29
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:
29
30
30
31
* ** Publish** : ` All accessible organisations ` , ` Marketplace (publish) `
32
+ * ** Unpublish** : ` All accessible organisations ` , ` Marketplace (manage) `
31
33
* ** Share** : ` All accessible organisations ` , ` Marketplace (publish) `
32
34
* ** Install** : ` All accessible organisations ` or a specific Organisation, ` Extensions (read and manage) ` , ` Marketplace (acquire) `
33
35
* ** Query Version** : ` All accessible organisations ` , ` Marketplace (read) `
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ If you plan to publish to the Marketplace, you will need to [create a personal a
13
13
Azure DevOps
14
14
15
15
* ** 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
17
18
* ** Share** : share an extension with an Azure DevOps organisation
18
19
* ** Install** : install an extension to an Azure DevOps organisation or Team Foundation Server
19
20
* ** 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
28
29
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:
29
30
30
31
* ** Publish** : ` All accessible organisations ` , ` Marketplace (publish) `
32
+ * ** Unpublish** : ` All accessible organisations ` , ` Marketplace (manage) `
31
33
* ** Share** : ` All accessible organisations ` , ` Marketplace (publish) `
32
34
* ** Install** : ` All accessible organisations ` or a specific Organisation, ` Extensions (read and manage) ` , ` Marketplace (acquire) `
33
35
* ** Query Version** : ` All accessible organisations ` , ` Marketplace (read) `
You can’t perform that action at this time.
0 commit comments