@@ -30,20 +30,22 @@ jobs:
3030
3131 # Linux arm64
3232 - ${{ if eq(parameters.platform, 'linux_arm64') }} :
33- -
(Ubuntu.2504.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-25.04-helix-arm64v8 33+ - ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
34+ -
(Ubuntu.2504.ArmArch.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-25.04-helix-arm64v8 3435 - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
35- - (Debian.13.Arm64. Open)Ubuntu.2204.Armarch.Open @mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13 -helix-arm64v8
36+ - (AzureLinux.3.0.ArmArch. Open)Ubuntu.2204.ArmArch.open @mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0 -helix-arm64v8
3637
3738 # Linux musl x64
3839 - ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
39- - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
40- -
(Alpine.321.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 4140 - ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
41+ -
(Alpine.edge.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-edge-helix-amd64 42+ - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
4243 -
(Alpine.321.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 4344
4445 # Linux musl arm64
45- - ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
46- -
(Alpine.321.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8 46+ - ${{ if eq(parameters.platform, 'linux_musl_arm64') }} :
47+ - ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
48+ -
(Alpine.321.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8 4749
4850 # Linux x64
4951 - ${{ if eq(parameters.platform, 'linux_x64') }} :
@@ -54,16 +56,16 @@ jobs:
5456 -
(Ubuntu.2504.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-25.04-helix-amd64 5557 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
5658 - ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
57- -
(Fedora.42.Amd64.Open)ubuntu.2204.amd64 [email protected] /dotnet-buildtools/prereqs:fedora-42-helix-amd64 58- -
(openSUSE.15.6.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64 59+ -
(Fedora.42.Amd64.Open)AzureLinux.3.Amd64 [email protected] /dotnet-buildtools/prereqs:fedora-42-helix-amd64 60+ -
(openSUSE.15.6.Amd64.Open)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64 5961 - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
6062 # inner loop default
6163 - Ubuntu.2204.Amd64.Open
62- -
(AzureLinux.3.0.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64 63- -
(Centos.10.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:centos-stream-10-helix-amd64 64+ -
(AzureLinux.3.0.Amd64.Open)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64 65+ -
(Centos.10.Amd64.Open)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:centos-stream-10-helix-amd64 6466 - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
6567 # Limiting interp runs as we don't need as much coverage.
66- -
(Debian.13.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-13-helix-amd64 68+ -
(Debian.13.Amd64.Open)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:debian-13-helix-amd64 6769
6870 # OSX arm64
6971 - ${{ if eq(parameters.platform, 'osx_arm64') }} :
0 commit comments