Skip to content

Commit 4fae95f

Browse files
authored
Fixup feeds (#918)
1 parent 25cde90 commit 4fae95f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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" />
76
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
87
</packageSources>
98
</configuration>

0 commit comments

Comments
 (0)