Add NuGet.config so can access staging packages

This commit is contained in:
amaitland 2014-09-29 20:17:37 +10:00
parent 48649c4160
commit 97fa445287

10
NuGet.config Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://nuget.org/api/v2/" />
<add key="staging.nuget.org" value="https://staging.nuget.org/api/v2/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>