From 1e01d4f9c2e8727c9b475552025b2d493993045d Mon Sep 17 00:00:00 2001 From: Michael Stuckey Date: Tue, 28 Jul 2020 10:14:02 -0700 Subject: [PATCH] Use Azure Artifacts instead of MyGet (#21620) * Remove myget feeds * Restore comment and update feed key --- NuGet.config | 4 ++-- build/sources.props | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8c30f1c84e7..42b4fb12b65 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,8 +4,8 @@ - + diff --git a/build/sources.props b/build/sources.props index 9215df9751b..9eb344de868 100644 --- a/build/sources.props +++ b/build/sources.props @@ -5,9 +5,8 @@ $(DotNetRestoreSources) $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; + https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; $(RestoreSources);