3636 - ${{ if eq(parameters.platform, 'linux_arm64') }} :
3737 -
(Ubuntu.2204.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8 3838 - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
39- -
(Debian.11 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-arm64v8 39+ -
(Debian.12 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-arm64v8 4040
4141 # Linux musl x64
4242 - ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
@@ -54,10 +54,10 @@ jobs:
5454 - ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }} :
5555 - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
5656 - SLES.15.Amd64.Open
57- -
(Centos.8 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8 -helix 57+ -
(Centos.9 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9 -helix 5858 -
(Fedora.41.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41-helix 5959 -
(Ubuntu.2204.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64 60- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 60+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 6161 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
6262 - ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
6363 - SLES.15.Amd64.Open
@@ -66,14 +66,14 @@ jobs:
6666 -
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64 6767 -
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64 6868 -
(AzureLinux.3.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64 69- -
(openSUSE.15.2 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.2 -helix-amd64 69+ -
(openSUSE.15.6 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.6 -helix-amd64 7070 - ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
71- -
(Centos.8 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream8 -helix 71+ -
(Centos.9 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9 -helix 7272 -
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64 7373 - Ubuntu.2204.Amd64.Open
7474 - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
7575 # Limiting interp runs as we don't need as much coverage.
76- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 76+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 7777
7878 # Linux s390x
7979 - ${{ if eq(parameters.platform, 'linux_s390x') }} :
0 commit comments