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
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
6
6
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
7
7
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;
9
9
$(RestoreSources)
10
10
</RestoreSources >
11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
14
14
<!-- Central place to set the versions of all nuget packages produced in the repo -->
15
- <PackageVersion Condition =" '$(PackageVersion)' == ''" >2.1.25 </PackageVersion >
15
+ <PackageVersion Condition =" '$(PackageVersion)' == ''" >2.1.26 </PackageVersion >
16
16
17
17
<!-- Set the boolean below to true to generate packages with stabilized versions -->
18
18
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
Original file line number Diff line number Diff line change 7
7
<clear />
8
8
<add key =" myget.org dotnet-core" value =" https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9
9
<add key =" nuget-build" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/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" />
11
11
</packageSources >
12
12
<activePackageSource >
13
13
<add key =" All" value =" (Aggregate source)" />
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ 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' />
158
+ <add key='dotnet-public ' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json' protocolVersion='3' />
159
159
<add key='myget.org/dotnet-core' value='https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json' protocolVersion='3' />
160
160
<add key='myget.org/aspnet-core' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' protocolVersion='3' />
161
161
</packageSources>
You can’t perform that action at this time.
0 commit comments