@@ -65,8 +65,6 @@ extends:
6565 containers :
6666 alpine319WithNode :
6767 image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
68- cblMariner20Fpm :
69- image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
7068 centosStream9 :
7169 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
7270 debian12Amd64 :
@@ -75,8 +73,6 @@ extends:
7573 image : mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
7674 mariner20CrossArm :
7775 image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm
78- ubuntu2204DebPkg :
79- image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
8076 sdl :
8177 sourceAnalysisPool :
8278 name : $(DncEngInternalBuildPool)
@@ -200,21 +196,20 @@ extends:
200196 runTests : false
201197 # ## PORTABLE ###
202198 - categoryName : Portable
203- container : ubuntu2204DebPkg
204199 # Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
205200 publishArgument : $(_publishArgument) /p:PublishBinariesAndBadge=false
206201 officialBuildProperties : $(_officialBuildProperties)
207202 osProperties : $(linuxOsPortableProperties) /p:BuildSdkDeb=true
208203 runTests : false
209204 - categoryName : Portable
210- container : cblMariner20Fpm
205+ container : centosStream9
211206 # Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
212207 publishArgument : $(_publishArgument) /p:PublishBinariesAndBadge=false
213208 officialBuildProperties : $(_officialBuildProperties)
214209 osProperties : $(linuxOsPortableProperties) /p:IsRPMBasedDistro=true
215210 runTests : false
216211 - categoryName : Portable
217- container : cblMariner20Fpm
212+ container : centosStream9
218213 buildArchitecture : arm64
219214 runtimeIdentifier : linux-arm64
220215 # Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.
@@ -291,6 +286,19 @@ extends:
291286 publishArgument : $(_publishArgument)
292287 officialBuildProperties : $(_officialBuildProperties)
293288 runTests : false
289+ # ## ARM64 TESTBUILD ###
290+ - ${{ if or(eq(parameters.runTestBuild, true), eq(variables['Build.Reason'], 'PullRequest')) }} :
291+ - template : /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self
292+ parameters :
293+ pool :
294+ name : Azure Pipelines
295+ vmImage : macOS-latest
296+ os : macOS
297+ helixTargetQueue : osx.13.arm64
298+ macOSJobParameterSets :
299+ - categoryName : TestBuild
300+ buildArchitecture : arm64
301+ runtimeIdentifier : osx-arm64
294302
295303 # ############## SOURCE BUILD ###############
296304 - template : /eng/common/templates-official/job/source-build.yml@self
0 commit comments