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

Commit e120173

Browse files
dotnet-botmmitche
andauthored
Fixup feeds (#28134)
Co-authored-by: Matt Mitchell <[email protected]>
1 parent 25b3771 commit e120173

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
1818
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
1919
<add key="myget-core-blob" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
20-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
20+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
2121
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2222
</packageSources>
2323
<disabledPackageSources>

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
77
https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json;
88
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9-
https://api.nuget.org/v3/index.json;
9+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
1010
$(RestoreSources)
1111
</RestoreSources>
1212
</PropertyGroup>

tests/src/sizeondisk/sodbench/SoDBench.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ class Program
155155
@"<?xml version='1.0' encoding='utf-8'?>
156156
<configuration>
157157
<packageSources>
158-
<add key='nuget.org' value='https://api.nuget.org/v3/index.json' protocolVersion='3' />
159-
<add key='myget.org/dotnet-core' value='https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json' protocolVersion='3' />
160-
<add key='myget.org/aspnet-core' value='https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json' protocolVersion='3' />
158+
<add key='dotnet-public' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json' />
159+
<add key='myget-legacy' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' />
161160
</packageSources>
162161
</configuration>";
163162

0 commit comments

Comments
 (0)