Skip to content

Commit e9dd915

Browse files
dotnet-botmmitche
andauthored
Fixup feeds (#48065)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
1 parent 69b1c01 commit e9dd915

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<configuration>
23
<!-- Don't use any higher level config files.
34
Our builds need to be isolated from user/machine state -->
@@ -11,7 +12,7 @@
1112
one as a template. The following line is a marker to insert the test restore sources.
1213
-->
1314
<!-- 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" />
1516
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1617
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
1718
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
@@ -24,4 +25,4 @@
2425
<disabledPackageSources>
2526
<clear />
2627
</disabledPackageSources>
27-
</configuration>
28+
</configuration>

src/libraries/pkg/test/packageTest.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ToolsDir>$(MSBuildThisFileDirectory)tools\</ToolsDir>
99

1010
<RestoreSources>
11-
https://api.nuget.org/v3/index.json;
11+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
1212
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
1313
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json;
1414
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json;

src/tests/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://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' />
161160
</packageSources>
162161
</configuration>";
163162

0 commit comments

Comments
 (0)