Skip to content

Commit f32f127

Browse files
dotnet-botmmitche
andauthored
Fixup feeds (#45)
Co-authored-by: Matt Mitchell <[email protected]>
1 parent 012dc39 commit f32f127

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
6-
<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" />
6+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
7+
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
78
</packageSources>
89
</configuration>

0 commit comments

Comments
 (0)