Fixup feeds (#1981)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Tue, 9 Feb 2021 19:32:54 +0000 (11:32 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 19:32:54 +0000 (11:32 -0800)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
NuGet.config

index e855e6dd8c5811ca89b957ed4ce24f15f23d4575..05dc67aa6d5630ec59c0e24c9ecee1fdd51d8378 100644 (file)
@@ -16,7 +16,7 @@
     <!-- Legacy feeds -->
     <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
     <!-- Standard feeds -->
-    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+    <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
   </packageSources>
   <disabledPackageSources />
 </configuration>