This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
tests/src/sizeondisk/sodbench Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
<add key =" dotnet3.1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
18
18
<add key =" dotnet3.1-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
19
19
<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" />
21
21
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
22
22
</packageSources >
23
23
<disabledPackageSources >
Original file line number Diff line number Diff line change 6
6
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
7
7
https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json;
8
8
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;
10
10
$(RestoreSources)
11
11
</RestoreSources >
12
12
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -155,9 +155,8 @@ class Program
155
155
@"<?xml version='1.0' encoding='utf-8'?>
156
156
<configuration>
157
157
<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' />
161
160
</packageSources>
162
161
</configuration>" ;
163
162
You can’t perform that action at this time.
0 commit comments