Remove internal NuGet.config that is not needed anymore (#44507)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 11 Nov 2020 18:42:09 +0000 (10:42 -0800)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 18:42:09 +0000 (10:42 -0800)
eng/internal/NuGet.config [deleted file]

diff --git a/eng/internal/NuGet.config b/eng/internal/NuGet.config
deleted file mode 100644 (file)
index 885f44c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<configuration>
-  <!-- Don't use any higher level config files.
-       Our builds need to be isolated from user/machine state -->
-  <fallbackPackageFolders>
-    <clear />
-  </fallbackPackageFolders>
-  <packageSources>
-    <clear/>
-    <add key="dotnet-core-internal-tooling" value="https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json" />
-  </packageSources>
-  <disabledPackageSources>
-    <clear />
-  </disabledPackageSources>
-</configuration>
\ No newline at end of file