Skip to content

Commit b74c281

Browse files
committed
Replace obsolete feeds
1 parent 319ed1f commit b74c281

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/sources.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
</RestoreSources>
1616
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
1717
$(RestoreSources);
18-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
1918
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
2019
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
2120
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
2221
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
23-
https://vside.myget.org/F/vssdk/api/v3/index.json;
24-
https://vside.myget.org/F/vsmac/api/v3/index.json;
22+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
23+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
2524
</RestoreSources>
2625

2726
<PublicCoreFeedPrefix>https://dotnetcli.blob.core.windows.net/dotnet/</PublicCoreFeedPrefix>

0 commit comments

Comments
 (0)