Skip to content

Commit 84dec0d

Browse files
dotnet-botmmitche
andauthored
Fixup feeds (#1982)
Co-authored-by: Matt Mitchell <[email protected]>
1 parent 5734230 commit 84dec0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

NuGet.config

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
<add key="dotnet5-transport" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
1313
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1414
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
15-
<!-- Legacy feeds -->
16-
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
17-
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
18-
<!-- Standard feeds -->
19-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
15+
<add key="myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
16+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
2017
</packageSources>
2118
<disabledPackageSources />
2219
</configuration>

0 commit comments

Comments
 (0)