Clear out the reference to staging.nuget.org

Should potentially give one less source of 503 errors etc as reported in http://stackoverflow.com/questions/28541343/cefsharp-winforms-nuget-download-issue and going forward we don't plan on using it anyway now that we have myget.org
This commit is contained in:
jornh 2015-02-16 21:55:45 +01:00
parent 7ec321f5f2
commit e0e5f8fbe7

View File

@ -1,9 +1,8 @@
<?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/" />
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
<add key="nuget.org" value="https://nuget.org/api/v2/" />
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />