Skip to content

Commit 7db7be1

Browse files
Switch to the dotnet-public NuGet feed (#168)
1 parent 5cc9fdb commit 7db7be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
66
</packageSources>
77
<packageSourceMapping>
8-
<packageSource key="nuget.org">
8+
<packageSource key="dotnet-public">
99
<package pattern="*" />
1010
</packageSource>
1111
</packageSourceMapping>

0 commit comments

Comments
 (0)