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

Commit ef2694f

Browse files
committed
Merged PR 296820: [release/2.1.5xx-MSRC] Feed update
- If this PR should not run tests please add text "skip[REMOVE_THIS]ci[REMOVE_THIS]please" (remove the marked text, no quotes). - Please add description for changes you are making. - If there is an issue related to this PR, please add the reference. Feed update
1 parent 7bc5684 commit ef2694f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

TestAssets/TestPackages/dotnet-desktop-and-portable/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
7-
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
88
</packageSources>
99
</configuration>

build/NugetConfigFile.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<add key="websdk" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
2626
<add key="roslyn" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
2727
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
28-
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
28+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
2929
<add key="container-tools" value="https://www.myget.org/F/container-tools-for-visual-studio/api/v3/index.json" />
3030
<add key="linux-musl-bootstrap-feed" value="https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180420-03/aspnet-inputs/index.json" />
3131
<add key="dotnet-msbuild" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />

build_projects/update-dependencies/update-dependencies.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFramework>netcoreapp2.1</TargetFramework>
88
<RestoreSources>
99
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
10-
https://api.nuget.org/v3/index.json;
10+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
1111
</RestoreSources>
1212
</PropertyGroup>
1313

test/Microsoft.DotNet.Tools.Tests.Utilities/NuGetConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static void Write(string directory)
1515
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
1616
<clear />
1717
<add key=""dotnet-core"" value=""https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json"" />
18-
<add key=""api.nuget.org"" value=""https://api.nuget.org/v3/index.json"" />
18+
<add key=""dotnet-public"" value=""https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"" />
1919
</packageSources>
2020
</configuration>";
2121

@@ -32,7 +32,7 @@ public static void Write(string directory, string configname, string localFeedPa
3232
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
3333
<clear />
3434
<add key=""Test Source"" value=""{0}"" />
35-
<add key=""api.nuget.org"" value=""https://api.nuget.org/v3/index.json"" />
35+
<add key=""dotnet-public"" value=""https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"" />
3636
<add key=""dotnet-core"" value=""https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json"" />
3737
</packageSources>
3838
</configuration>";

0 commit comments

Comments
 (0)