Fix tests by updating the temporary asp.net feeds

Revert change to feed ordering for normal nuget.config
This commit is contained in:
Mike Lorbetske 2017-02-21 18:40:11 -08:00
parent 3e91be94e1
commit 2659a777b5
3 changed files with 6 additions and 2 deletions

View file

@ -3,13 +3,13 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="AspNet1.1" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
<add key="AspNet1.0" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNet1.1" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
<add key="AspNet1.0" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
</packageSources>
</configuration>

View file

@ -8,5 +8,7 @@
<add key="aspnet101" value="https://www.myget.org/F/aspnet101/api/v3/index.json" />
<add key="dotnet-web" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNet1.1" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
<add key="AspNet1.0" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
</packageSources>
</configuration>

View file

@ -7,5 +7,7 @@
<add key="aspnet101" value="https://www.myget.org/F/aspnet101/api/v3/index.json" />
<add key="dotnet-web" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNet1.1" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
<add key="AspNet1.0" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
</packageSources>
</configuration>