Skip to content

Commit e895537

Browse files
authored
Update using_development_nuget_packages.md
1 parent 208690d commit e895537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/getting_started/using_development_nuget_packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ To be clean this file should NOT be in your source tree. It should be outside of
104104
MyGame.DesktopGL.csproj
105105
106106
```
107-
Do Not... DO NOT place this NuGet.config file in your source control.
107+
108+
> [!IMPORTANT]
109+
> Do Not... DO NOT place a NuGet.config file with valid `packageSourceCredentials` in your source control.
108110
109111
The contents of the file are as follows, replace `%GITHUB_USER%` with your GitHub username and the `%GITHUB_TOKEN%` with your token.
110112

0 commit comments

Comments
 (0)