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

Commit 73e8ea9

Browse files
author
John Beisner
committed
Adding a 'nuget-build' feed; fixing the feed line-up: 'dotnet-core' and 'AspNetMaster'.
1 parent f2463fe commit 73e8ea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/NugetConfigFile.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<![CDATA[
2121
<add key="BlobFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
2222
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
23-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
2423
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
2524
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
2625
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
@@ -31,6 +30,8 @@
3130
<add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" />
3231
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
3332
<add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
33+
<add key="AspNetMaster" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
34+
<add key="nuget-build" value="https://dotnet.myget.org/feed/nuget-build/api/v3/index.json" />
3435
]]>
3536
</NugetConfigCLIFeeds>
3637

0 commit comments

Comments
 (0)