Update nuget.config to pull private nuget packages from within the repro. (#132)

This commit is contained in:
Karl Burtram
2016-11-01 11:09:55 -07:00
committed by GitHub
parent 29b7854ec1
commit eafe2973be
5 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<configuration >
<packageSources>
<add key="Nuget" value="https://www.nuget.org/api/v2" />
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="DataTools Nuget" value="./bin/nuget" />
</packageSources>
</configuration>