Skip to content

Commit 93efe28

Browse files
authored
Apply suggestions from PR review
Add missing word.
1 parent 58c1a2f commit 93efe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/artifacts/nuget/publish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ nuget push MyPackage.5.0.2.nupkg -src https://pkgs.dev.azure.com/MyOrg/MyProject
103103

104104
To publish your NuGet packages to a feed in a different Azure DevOps organization, you must first create a personal access token (PAT) in the target organization.
105105

106-
1. Navigate to the organization hosting the target feed and create a [personal access token](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md) (PAT) **Packaging** > **Read & write** scope.
106+
1. Navigate to the organization hosting the target feed and create a [personal access token](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md) (PAT) with **Packaging** > **Read & write** scope.
107107

108108
1. Run the following command to add your package source to your *nuget.config* file. This will add your PAT to your *nuget.config* file. Store this file in a safe location, and make sure that you don't check it into source control.
109109

0 commit comments

Comments
 (0)