From a44c879ee8f73bcfa5406c5ec88b576eb024a70b Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:07:33 +0800 Subject: [PATCH] Add clear element to Nuget.config 2. Add `disabledPackageSources` to `nuget.config` 3. Remove useless feed from `nuget.config` Co-authored-by: wyunchi-ms --- NuGet.Config | 6 +++++- tools/Az.Tools.Predictor/NuGet.Config | 4 +++- tools/NetCoreCsProjSync/NuGet.Config | 5 ++++- tools/NetCorePsd1Sync/NuGet.Config | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index 81be2b1d2dce..a00aa3c94184 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,9 +1,13 @@  + + - + + + diff --git a/tools/Az.Tools.Predictor/NuGet.Config b/tools/Az.Tools.Predictor/NuGet.Config index 77d376b5d550..6548586147e4 100644 --- a/tools/Az.Tools.Predictor/NuGet.Config +++ b/tools/Az.Tools.Predictor/NuGet.Config @@ -3,6 +3,8 @@ - + + + diff --git a/tools/NetCoreCsProjSync/NuGet.Config b/tools/NetCoreCsProjSync/NuGet.Config index 5a0c2afd537a..1af0ff23d470 100644 --- a/tools/NetCoreCsProjSync/NuGet.Config +++ b/tools/NetCoreCsProjSync/NuGet.Config @@ -1,7 +1,10 @@ + - + + + \ No newline at end of file diff --git a/tools/NetCorePsd1Sync/NuGet.Config b/tools/NetCorePsd1Sync/NuGet.Config index 5a0c2afd537a..1af0ff23d470 100644 --- a/tools/NetCorePsd1Sync/NuGet.Config +++ b/tools/NetCorePsd1Sync/NuGet.Config @@ -1,7 +1,10 @@ + - + + + \ No newline at end of file