Skip to content

Commit

Permalink
Create NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames authored Feb 18, 2024
1 parent 12fd3dc commit 51350db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<nuget.org>
<add key="Username" value="gjames" />
<add key="ClearTextPassword" value="%NUGET_API_KEY%" />
</nuget.org>
</packageSourceCredentials>
</configuration>

0 comments on commit 51350db

Please sign in to comment.