2828 # Linux arm
2929 - ${{ if eq(parameters.platform, 'linux_arm') }} :
3030 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
31- -
(Debian.11 .Arm32.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-arm32v7 31+ -
(Debian.12 .Arm32.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-arm32v7 3232
3333 # Linux armv6
3434 - ${{ if eq(parameters.platform, 'linux_armv6') }} :
@@ -42,18 +42,18 @@ jobs:
4242 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
4343 -
(Ubuntu.1804.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8 4444 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
45- -
(Debian.11 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-arm64v8 45+ -
(Debian.12 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-arm64v8 4646
4747 # Linux musl x64
4848 - ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
4949 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
50- -
(Alpine.317 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.17 -helix-amd64 50+ -
(Alpine.318 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18 -helix-amd64 5151 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
52- -
(Alpine.319 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.19 -helix-amd64 52+ -
(Alpine.318 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18 -helix-amd64 5353
5454 # Linux musl arm64
5555 - ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
56- -
(Alpine.317 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.17 -helix-arm64v8 56+ -
(Alpine.318 .Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18 -helix-arm64v8 5757 -
(Alpine.319.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.19-helix-arm64v8 5858
5959 # Linux x64
@@ -64,22 +64,22 @@ jobs:
6464 -
(Centos.9.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9-helix 6565 -
(Fedora.39.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-39-helix 6666 -
(Ubuntu.2204.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64 67- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 67+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 6868 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
6969 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
7070 - SLES.15.Amd64.Open
7171 -
(Fedora.39.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-39-helix 7272 - Ubuntu.2204.Amd64.Open
73- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 73+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 7474 -
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64 7575 -
(openSUSE.15.2.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64 7676 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
7777 -
(Centos.9.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9-helix 78- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 79- - Ubuntu.1804 .Amd64.Open
78+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 79+ - Ubuntu.2004 .Amd64.Open
8080 - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
8181 # Limiting interp runs as we don't need as much coverage.
82- -
(Debian.11 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11 -helix-amd64 82+ -
(Debian.12 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12 -helix-amd64 8383
8484 # Linux s390x
8585 - ${{ if eq(parameters.platform, 'linux_s390x') }} :
9999
100100 # Android
101101 - ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }} :
102- - Ubuntu.1804 .Amd64.Android.29.Open
102+ - Ubuntu.2004 .Amd64.Android.29.Open
103103 - ${{ if in(parameters.platform, 'android_arm', 'android_arm64', 'linux_bionic_arm64') }} :
104104 - Windows.11.Amd64.Android.Open
105105
@@ -171,7 +171,7 @@ jobs:
171171
172172 # WASI
173173 - ${{ if eq(parameters.platform, 'wasi_wasm') }} :
174- -
(Ubuntu.2004 .Amd64)[email protected] /dotnet-buildtools/prereqs:ubuntu-20 .04-helix-wasm-amd64 174+ -
(Ubuntu.1804 .Amd64)[email protected] /dotnet-buildtools/prereqs:ubuntu-18 .04-helix-wasm-amd64 175175
176176 # Browser WebAssembly
177177 - ${{ if eq(parameters.platform, 'browser_wasm') }} :
0 commit comments