Skip to content

Commit 94076d4

Browse files
authored
Use legacy MyGet feeds (#23929)
1 parent cb4e0ce commit 94076d4

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

Diff for: build/sources.props

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
</RestoreSources>
1515
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
1616
$(RestoreSources);
17-
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
18-
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
19-
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
17+
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
2018
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
2119
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
2220
</RestoreSources>

Diff for: src/AzureIntegration/build/repo.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SiteExtensionWorkingDirectory>$(TestDotNetPath)extension\$(SiteExtensionArch)\</SiteExtensionWorkingDirectory>
1313
<SiteExtensionOutputDirectory>$(RepositoryRoot)artifacts\build</SiteExtensionOutputDirectory>
1414
<TestProjectDirectory>$(RepositoryRoot)\test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\</TestProjectDirectory>
15-
<SiteExtensionFeed Condition="$(SiteExtensionFeed) == ''">https://dotnet.myget.org/F/aspnetcore-dev/</SiteExtensionFeed>
15+
<SiteExtensionFeed Condition="$(SiteExtensionFeed) == ''">https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json</SiteExtensionFeed>
1616
</PropertyGroup>
1717

1818
<Target Name="_AddTestRuntimes">

Diff for: src/AzureIntegration/build/sources.props

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
66
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
77
$(RestoreSources);
8-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9-
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10-
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8+
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9+
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
1110
</RestoreSources>
1211
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
1312
$(RestoreSources);

Diff for: src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
66
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
77
</packageSources>
88
</configuration>

Diff for: src/Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver/ANCMPackageResolver.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$(RestoreSources);
2020
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
2121
https://api.nuget.org/v3/index.json;
22-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
22+
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
2323
</RestoreSources>
2424
</PropertyGroup>
2525

Diff for: src/Templating/build/sources.props

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
66
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
77
$(RestoreSources);
8-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9-
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10-
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8+
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9+
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
1110
</RestoreSources>
1211
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
1312
$(RestoreSources);

Diff for: test/Cli.FunctionalTests/NuGetPackageSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class NuGetPackageSource
2323
public static NuGetPackageSource DotNetCore { get; } = new NuGetPackageSource
2424
{
2525
Name = nameof(DotNetCore),
26-
SourceArgumentLazy = new Lazy<string>("--source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"),
26+
SourceArgumentLazy = new Lazy<string>("--source https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json"),
2727
};
2828

2929
public static NuGetPackageSource EnvironmentVariable { get; } = new NuGetPackageSource

0 commit comments

Comments
 (0)