Skip to content

Instantly share code, notes, and snippets.

@OsirisTerje
Created October 30, 2014 18:03
Show Gist options
  • Save OsirisTerje/49c23c5b5fd2c2489e76 to your computer and use it in GitHub Desktop.
Save OsirisTerje/49c23c5b5fd2c2489e76 to your computer and use it in GitHub Desktop.
nuget.config skeleton
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet official package source" value="http://nuget.org/api/v2/" />
<add key="OurInternal" value="http://ourinternal.nugetserver.utl/nuget" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment