From 0bb66a5e28ee9c8ce8f96e3f3970ca32f4e9bd62 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 31 May 2018 12:03:13 -0700 Subject: [PATCH] Clear disabled package sources in generated NuGet.config This will help prevent the repo being broken if you have the same feeds set up in your global NuGet.config but have them disabled --- build/NugetConfigFile.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/NugetConfigFile.targets b/build/NugetConfigFile.targets index 5e72d79b7..b5bc5fd69 100644 --- a/build/NugetConfigFile.targets +++ b/build/NugetConfigFile.targets @@ -32,6 +32,9 @@ + + + ]]>