Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Revert config change
Browse files Browse the repository at this point in the history
  • Loading branch information
William Li committed Jan 19, 2018
1 parent a3c5455 commit 935ccb9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/NugetConfigFile.targets
Expand Up @@ -18,12 +18,9 @@

<NugetConfigCLIFeeds>
<![CDATA[
<add key="localtestfeed" value="C:\work\testfeed" />
<add key="BlobFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
<!-- Remove all other 2.0.0 aspnet entries when we start taking new ASP.NET packages -->
<add key="aspnet-next" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/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" />
Expand All @@ -33,7 +30,6 @@
<add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" />
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
<add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
<add key="AspNetMaster" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
]]>
</NugetConfigCLIFeeds>
Expand Down

0 comments on commit 935ccb9

Please sign in to comment.