Merge pull request #797 from JimBobSquarePants/feature/nuget-restore

Add custom repo package restore
This commit is contained in:
Sebastiaan Janssen
2015-09-23 08:33:56 +02:00

7
src/NuGet.Config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="umbracocore" value="http://www.myget.org/f/umbracocore/" />
</packageSources>
</configuration>