From 0fa286c011bc4ab471655c1134cf99d9c41ec9f4 Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Wed, 20 Jan 2021 11:00:36 -0800 Subject: [PATCH] Cleanup NuGet.Config file. (#8829) Cleans up a ton of competing and outdated sources from our NuGet.Config to improve reliability and maintainability. ## PR Checklist * [x] Closes an overdue-to-clean mess. * [x] I work here. * [x] Tests covered below. * [x] I've discussed this with @DHowett already. ## Validation Steps Performed - [x] - NuGet restored everything I could get my hands on (all `packages.config`) in our project before and after the change. - [x] - The build and tests still run fine. (PR automation should check this one) --- NuGet.Config | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index e5cb393dc..8ea2e4c77 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,24 +1,14 @@ - - - - + + - - - - - - - - - - + + +