Skip to content

Commit 2397fde

Browse files
Copilotmthalman
andcommitted
Add .NET 8.0 test coverage to extra variant tests
Co-authored-by: mthalman <15789599+mthalman@users.noreply.github.com>
1 parent 77c1e62 commit 2397fde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/Microsoft.NET.Build.Containers.IntegrationTests/TargetsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ public void AOTAppsLessThan8WithCulturesDoNotGetExtraImages(string rid, string e
614614
computedBaseImageTag.Should().BeEquivalentTo(expectedImage);
615615
}
616616

617+
[InlineData("8.0.100", "v8.0", "jammy-chiseled", "mcr.microsoft.com/dotnet/runtime:8.0-jammy-chiseled-extra")]
617618
[InlineData("9.0.100", "v9.0", "noble-chiseled", "mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled-extra")]
618619
[InlineData("10.0.100", "v10.0", "noble-chiseled", "mcr.microsoft.com/dotnet/runtime:10.0-noble-chiseled-extra")]
619620
[Theory]
@@ -634,6 +635,7 @@ public void FDDConsoleAppWithCulturesAndOptingIntoChiseledGetsExtrasForNet9AndLa
634635
computedBaseImageTag.Should().BeEquivalentTo(expectedImage);
635636
}
636637

638+
[InlineData("8.0.100", "v8.0", "jammy-chiseled", "mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-extra")]
637639
[InlineData("9.0.100", "v9.0", "noble-chiseled", "mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-extra")]
638640
[InlineData("10.0.100", "v10.0", "noble-chiseled", "mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-extra")]
639641
[Theory]

0 commit comments

Comments
 (0)