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

Commit bd28d48

Browse files
committed
Feed update
1 parent 7ac5184 commit bd28d48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
66
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
77
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
8-
https://api.nuget.org/v3/index.json;
8+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
99
$(RestoreSources)
1010
</RestoreSources>
1111
</PropertyGroup>

tests/src/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<clear/>
88
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
99
<add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
10-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
10+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
1111
</packageSources>
1212
<activePackageSource>
1313
<add key="All" value="(Aggregate source)" />

tests/src/sizeondisk/sodbench/SoDBench.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ 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' />
158+
<add key='dotnet-public' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json' protocolVersion='3' />
159159
<add key='myget.org/dotnet-core' value='https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json' protocolVersion='3' />
160160
<add key='myget.org/aspnet-core' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' protocolVersion='3' />
161161
</packageSources>

0 commit comments

Comments
 (0)