Skip to content

Commit

Permalink
Create .nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum authored Dec 7, 2019
1 parent f199dad commit 27959c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="github" value="https://nuget.pkg.github.com/L3tum/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="L3tum" />
<add key="ClearTextPassword" value="GITHUB_TOKEN" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit 27959c2

Please sign in to comment.