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:
parent
7ec321f5f2
commit
e0e5f8fbe7
@ -1,9 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="nuget.org" value="https://nuget.org/api/v2/" />
|
<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="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
|
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<activePackageSource>
|
<activePackageSource>
|
||||||
<add key="All" value="(Aggregate source)" />
|
<add key="All" value="(Aggregate source)" />
|
||||||
|
Loading…
Reference in New Issue
Block a user