Skip to content

Commit 8690d33

Browse files
Merge pull request #8008 from MicrosoftDocs/users/chcomley/438930-pats-entra
[PATs/Entra] Removed PATs step
2 parents ee20b5d + 49f8c74 commit 8690d33

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/extend/develop/add-build-task.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ai-usage: ai-assisted
99
monikerRange: '<= azure-devops'
1010
ms.author: chcomley
1111
author: chcomley
12-
date: 04/16/2025
12+
date: 06/06/2025
1313
---
1414

1515
# Add a custom pipelines task extension
@@ -460,14 +460,11 @@ It's easier and more secure to publish extensions under a common publisher, with
460460

461461
Find the **Upload new extension** button, go to your packaged .vsix file, and select **Upload**.
462462

463-
1. You can also upload your extension via the command-line interface (CLI) by using the `tfx extension publish` command instead of `tfx extension create` to package and publish your extension in one step. You can optionally use `--share-with` to share your extension with one or more accounts after it gets published.
463+
You can also upload your extension via the command-line interface (CLI) by using the `tfx extension publish` command instead of `tfx extension create` to package and publish your extension in one step. You can optionally use `--share-with` to share your extension with one or more accounts after it gets published.
464464

465-
```powershell
466-
tfx extension publish --manifest-globs your-manifest.json --share-with yourOrganization
467-
```
468-
469-
1. [Create a personal access token (PAT)](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md).
470-
- Select the **Marketplace (publish)** scope. This scope limits the token to only being able to publish extensions to the Marketplace.
465+
```powershell
466+
tfx extension publish --manifest-globs your-manifest.json --share-with yourOrganization
467+
```
471468

472469
### Share your extension
473470

0 commit comments

Comments
 (0)