diff --git a/build/sources.props b/build/sources.props index 9567ad020c5a..ce630b7d4969 100644 --- a/build/sources.props +++ b/build/sources.props @@ -14,9 +14,7 @@ $(RestoreSources); - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json; - https://dotnet.myget.org/F/roslyn/api/v3/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json; https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json; diff --git a/src/AzureIntegration/build/repo.targets b/src/AzureIntegration/build/repo.targets index 856963004f05..3d02fefc785d 100644 --- a/src/AzureIntegration/build/repo.targets +++ b/src/AzureIntegration/build/repo.targets @@ -12,7 +12,7 @@ $(TestDotNetPath)extension\$(SiteExtensionArch)\ $(RepositoryRoot)artifacts\build $(RepositoryRoot)\test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\ - https://dotnet.myget.org/F/aspnetcore-dev/ + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json diff --git a/src/AzureIntegration/build/sources.props b/src/AzureIntegration/build/sources.props index 9215df9751b4..9eb344de868a 100644 --- a/src/AzureIntegration/build/sources.props +++ b/src/AzureIntegration/build/sources.props @@ -5,9 +5,8 @@ $(DotNetRestoreSources) $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; + https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; $(RestoreSources); diff --git a/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config index 4a06556f1ca3..579b3556976b 100644 --- a/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config +++ b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config @@ -2,7 +2,7 @@ - + diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver/ANCMPackageResolver.csproj b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver/ANCMPackageResolver.csproj index eb17758d7527..0ecdcd3765b8 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver/ANCMPackageResolver.csproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver/ANCMPackageResolver.csproj @@ -19,7 +19,7 @@ $(RestoreSources); https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://api.nuget.org/v3/index.json; - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; + https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; diff --git a/src/Templating/build/sources.props b/src/Templating/build/sources.props index 9215df9751b4..9eb344de868a 100644 --- a/src/Templating/build/sources.props +++ b/src/Templating/build/sources.props @@ -5,9 +5,8 @@ $(DotNetRestoreSources) $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; + https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; $(RestoreSources); diff --git a/test/Cli.FunctionalTests/NuGetPackageSource.cs b/test/Cli.FunctionalTests/NuGetPackageSource.cs index e1bbce195a33..cc155ecd109d 100644 --- a/test/Cli.FunctionalTests/NuGetPackageSource.cs +++ b/test/Cli.FunctionalTests/NuGetPackageSource.cs @@ -23,7 +23,7 @@ public class NuGetPackageSource public static NuGetPackageSource DotNetCore { get; } = new NuGetPackageSource { Name = nameof(DotNetCore), - SourceArgumentLazy = new Lazy("--source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"), + SourceArgumentLazy = new Lazy("--source https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json"), }; public static NuGetPackageSource EnvironmentVariable { get; } = new NuGetPackageSource