File tree Expand file tree Collapse file tree 7 files changed +9
-13
lines changed
test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets
Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver Expand file tree Collapse file tree 7 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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);
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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);
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments