Created
October 30, 2014 18:03
-
-
Save OsirisTerje/49c23c5b5fd2c2489e76 to your computer and use it in GitHub Desktop.
nuget.config skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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