File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tests/sizeondisk/sodbench Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<configuration >
2
3
<!-- Don't use any higher level config files.
3
4
Our builds need to be isolated from user/machine state -->
11
12
one as a template. The following line is a marker to insert the test restore sources.
12
13
-->
13
14
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
14
- <add key =" nuget.org " value =" https://api.nuget.org /v3/index.json" />
15
+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" />
15
16
<add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
16
17
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
17
18
<add key =" dotnet5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
24
25
<disabledPackageSources >
25
26
<clear />
26
27
</disabledPackageSources >
27
- </configuration >
28
+ </configuration >
Original file line number Diff line number Diff line change 8
8
<ToolsDir >$(MSBuildThisFileDirectory)tools\</ToolsDir >
9
9
10
10
<RestoreSources >
11
- https://api.nuget.org /v3/index.json;
11
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json;
12
12
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
13
13
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json;
14
14
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json;
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://dotnet.myget.org/F/dotnet-core/api/v3/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' protocolVersion='3' />
159
+ <add key='myget-legacy' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' protocolVersion='3' />
161
160
</packageSources>
162
161
</configuration>" ;
163
162
You can’t perform that action at this time.
0 commit comments