Skip to content

Instantly share code, notes, and snippets.

@AndyLPK247
Created September 12, 2018 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyLPK247/bd39211e9baf9552d7290a71b5afe7d5 to your computer and use it in GitHub Desktop.
Save AndyLPK247/bd39211e9baf9552d7290a71b5afe7d5 to your computer and use it in GitHub Desktop.
Example NuGet.Config File for NuGet Quick Reference
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="my.company.com" value="https://my.company.com/httpAuth/app/nuget/v1/FeedService.svc/" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment