Add a <clear /> to packageSources in src/NuGet.Config (#13874)
authorDaniel Podder <dpodder@gmail.com>
Fri, 8 Sep 2017 23:55:04 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2017 23:55:04 +0000 (16:55 -0700)
Fixes #13873

src/NuGet.Config

index 0054b49..57f1b8b 100644 (file)
@@ -4,10 +4,11 @@
     <add key="enabled" value="True" />
   </packageRestore>
   <packageSources>
+    <clear />
     <add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
     <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
   </packageSources>
   <activePackageSource>
     <add key="All" value="(Aggregate source)" />
   </activePackageSource>
-</configuration>
\ No newline at end of file
+</configuration>