@@ -64,6 +64,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxX64InstallerScenarios()
6464 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
6565 {
6666 ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble" , "noble" , true ) ,
67+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute" , "resolute" , true ) ,
6768 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
6869 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy" , "jammy" , true ) ,
6970 ( TargetFramework . NET5_0 , "mcr.microsoft.com/dotnet/aspnet" , "5.0-focal" , "focal" , true ) ,
@@ -251,6 +252,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxArm64InstallerScenarios(
251252 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
252253 {
253254 ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble" , "noble" , true ) ,
255+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute" , "resolute" , true ) ,
254256 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
255257 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-bookworm-slim" , "bookworm" , true ) ,
256258 ( TargetFramework . NET7_0 , "mcr.microsoft.com/dotnet/aspnet" , "7.0-bullseye-slim" , "bullseye" , true ) ,
@@ -331,8 +333,8 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxChiseledInstallerScenari
331333
332334 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion ) [ ]
333335 {
334- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble -chiseled" , "noble " ) ,
335- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble -chiseled-composite" , "noble " ) ,
336+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute -chiseled" , "resolute " ) ,
337+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute -chiseled-composite" , "resolute " ) ,
336338 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble-chiseled" , "noble" ) ,
337339 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble-chiseled-composite" , "noble" ) ,
338340 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy-chiseled" , "jammy" ) ,
@@ -349,8 +351,8 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxChiseledArm64InstallerSc
349351
350352 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion ) [ ]
351353 {
352- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble -chiseled" , "noble " ) ,
353- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble -chiseled-composite" , "noble " ) ,
354+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute -chiseled" , "resolute " ) ,
355+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute -chiseled-composite" , "resolute " ) ,
354356 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble-chiseled" , "noble" ) ,
355357 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble-chiseled-composite" , "noble" ) ,
356358 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy-chiseled" , "jammy" ) ,
@@ -370,7 +372,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxNuGetScenarios()
370372 runtimeId : "linux-x64" ,
371373 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
372374 {
373- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble " , "noble " , true ) ,
375+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute " , "resolute " , true ) ,
374376 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-bookworm-slim" , "bookworm" , true ) ,
375377 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
376378 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy" , "jammy" , true ) ,
@@ -453,7 +455,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxNuGetArm64Scenarios()
453455 runtimeId : "linux-arm64" ,
454456 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
455457 {
456- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble " , "noble " , true ) ,
458+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute " , "resolute " , true ) ,
457459 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-bookworm-slim" , "bookworm" , true ) ,
458460 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
459461 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-bookworm-slim" , "bookworm" , true ) ,
@@ -500,6 +502,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxAzureFunctionsNuGetScena
500502 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion ) [ ]
501503 {
502504 ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble" , "noble" ) ,
505+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute" , "resolute" ) ,
503506 ( TargetFramework . NET6_0 , "mcr.microsoft.com/dotnet/aspnet" , "6.0-bullseye-slim" , "bullseye" ) ,
504507 } ) ;
505508
@@ -535,7 +538,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxDotnetToolScenarios()
535538 runtimeId : "linux-x64" ,
536539 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
537540 {
538- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble " , "noble " , true ) ,
541+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute " , "resolute " , true ) ,
539542 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-bookworm-slim" , "bookworm" , true ) ,
540543 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
541544 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy" , "jammy" , true ) ,
@@ -609,7 +612,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxDotnetToolArm64Scenarios
609612 runtimeId : "linux-arm64" ,
610613 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
611614 {
612- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble " , "noble " , true ) ,
615+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute " , "resolute " , true ) ,
613616 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-bookworm-slim" , "bookworm" , true ) ,
614617 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" , true ) ,
615618 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy" , "jammy" , true ) ,
@@ -690,7 +693,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxDotnetToolNugetScenarios
690693 runtimeId : "linux-x64" ,
691694 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion , bool RunCrashTest ) [ ]
692695 {
693- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/sdk" , "10.0-noble " , "noble " , true ) ,
696+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/sdk" , "10.0-resolute " , "resolute " , true ) ,
694697 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/sdk" , "9.0-bookworm-slim" , "bookworm" , true ) ,
695698 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/sdk" , "9.0-noble" , "noble" , true ) ,
696699 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/sdk" , "8.0-jammy" , "jammy" , true ) ,
@@ -733,7 +736,7 @@ static IEnumerable<IEnumerable<SmokeTestScenario>> LinuxTrimmingScenarios()
733736 runtimeId : "linux-x64" ,
734737 scenarios : new ( string PublishFramework , string Image , string Tag , string OsVersion ) [ ]
735738 {
736- ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-noble " , "noble " ) ,
739+ ( TargetFramework . NET10_0 , "mcr.microsoft.com/dotnet/aspnet" , "10.0-resolute " , "resolute " ) ,
737740 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-noble" , "noble" ) ,
738741 ( TargetFramework . NET9_0 , "mcr.microsoft.com/dotnet/aspnet" , "9.0-bookworm-slim" , "bookworm" ) ,
739742 ( TargetFramework . NET8_0 , "mcr.microsoft.com/dotnet/aspnet" , "8.0-jammy" , "jammy" ) ,
0 commit comments