Skip to content

Instantly share code, notes, and snippets.

@Clancey
Created January 17, 2020 21:04
Show Gist options
  • Save Clancey/f9b6f39c91eb44c9842dfb45121b9f33 to your computer and use it in GitHub Desktop.
Save Clancey/f9b6f39c91eb44c9842dfb45121b9f33 to your computer and use it in GitHub Desktop.
<configuration>
<packageSources>
<clear />
<add key="github" value="https://nuget.pkg.github.com/Clancey/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="GithubNugetAccess" />
<add key="ClearTextPassword" value="a31f402ea9872240db9f947422c210177e2bb017" />
</github>
</packageSourceCredentials>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment