From c5a3db158a3c58916f77baf2412193abe874455b Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Tue, 2 Feb 2021 14:33:32 -0600 Subject: [PATCH] Update for single NuGet feed. --- NuGet.Config | 3 +-- ProdConFeed.txt | 2 +- init-tools.sh | 2 +- smoke-testNuGet.Config | 5 +---- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index d68de7c1bb..6ba8964556 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,7 +3,6 @@ - - + diff --git a/ProdConFeed.txt b/ProdConFeed.txt index ef3a9e7fee..92e17f4f9b 100644 --- a/ProdConFeed.txt +++ b/ProdConFeed.txt @@ -1 +1 @@ -https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20201118-01/final/index.json +https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json diff --git a/init-tools.sh b/init-tools.sh index 1991c1bed7..d1d21ce042 100755 --- a/init-tools.sh +++ b/init-tools.sh @@ -187,7 +187,7 @@ ls "$__scriptpath/Tools/scripts/docker/"*.sh | xargs chmod +x # Get BuildTools crossgen dependencies from a better place. The script that's # automatically downloaded points at MyGet, which doesn't have recent packages. -export BUILDTOOLS_CROSSGEN_FEED=https://api.nuget.org/v3/index.json +export BUILDTOOLS_CROSSGEN_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json "$__scriptpath/Tools/crossgen.sh" "$__scriptpath/Tools" diff --git a/smoke-testNuGet.Config b/smoke-testNuGet.Config index 50b43ebe12..20d4067a0a 100644 --- a/smoke-testNuGet.Config +++ b/smoke-testNuGet.Config @@ -4,9 +4,6 @@ - - - - +