Skip to content

Commit

Permalink
Update using_development_nuget_packages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 authored Sep 14, 2024
1 parent a2c6317 commit a51e85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/getting_started/using_development_nuget_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ to be a valid GitHub user to use them.

You need to create an Personal Access Token (PAT) on your GitHub account in order to use the NuGet feed.
See the following documentation on how to create your PAT.
(https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens]
Note: You need to create a "PAT (Classic)" token in order for it to work with the Nuget feed. See (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic)[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic] for details.
(managing-your-personal-access-tokens)[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens]
Note: You need to create a "PAT (Classic)" token in order for it to work with the Nuget feed. See (creating-a-personal-access-token-classic)[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic] for details.

Once you have your PAT you can create a new `NuGet.config` file in the directory ABOVE your game project directory.
To be clean this file should NOT be in your source tree. It should be outside of any directory which is under source control.
Expand Down

0 comments on commit a51e85b

Please sign in to comment.