Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 563b763

Browse files
authored
Fixup feeds (#28144)
Move to myget-legacy so that everything is dev.azure.com
1 parent cf0fe1d commit 563b763

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/NuGet.Config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</packageRestore>
66
<packageSources>
77
<clear />
8-
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
8+
<add key="myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" protocolVersion="3" />
9+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
1010
</packageSources>
1111
<activePackageSource>
1212
<add key="All" value="(Aggregate source)" />

tests/src/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</packageRestore>
66
<packageSources>
77
<clear/>
8-
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
8+
<add key="myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
99
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
1010
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
1111
</packageSources>

0 commit comments

Comments
 (0)