@@ -35,18 +35,21 @@ parameters:
3535 jobName : ' Windows (x86)'
3636 runtime : win-x86
3737 pool : GitClientPME-1ESHostedPool-intel-pc
38+ poolArch : amd64
3839 image : win-x86_64-ado1es
3940 os : windows
4041 - id : windows_x64
4142 jobName : ' Windows (x64)'
4243 runtime : win-x64
4344 pool : GitClientPME-1ESHostedPool-intel-pc
45+ poolArch : amd64
4446 image : win-x86_64-ado1es
4547 os : windows
4648 - id : windows_arm64
4749 jobName : ' Windows (ARM64)'
4850 runtime : win-arm64
4951 pool : GitClientPME-1ESHostedPool-arm64-pc
52+ poolArch : arm64
5053 image : win-arm64-ado1es
5154 os : windows
5255
@@ -73,12 +76,14 @@ parameters:
7376 jobName : ' Linux (x64)'
7477 runtime : linux-x64
7578 pool : GitClientPME-1ESHostedPool-intel-pc
79+ poolArch : amd64
7680 image : ubuntu-x86_64-ado1es
7781 os : linux
7882 - id : linux_arm64
7983 jobName : ' Linux (ARM64)'
8084 runtime : linux-arm64
8185 pool : GitClientPME-1ESHostedPool-arm64-pc
86+ poolArch : arm64
8287 image : ubuntu-arm64-ado1es
8388 os : linux
8489
@@ -121,6 +126,7 @@ extends:
121126 name : ${{ dim.pool }}
122127 image : ${{ dim.image }}
123128 os : ${{ dim.os }}
129+ hostArchitecture : ${{ dim.poolArch }}
124130 templateContext :
125131 outputs :
126132 - output : pipelineArtifact
@@ -136,10 +142,10 @@ extends:
136142 $version = (Get-Content .\VERSION) -replace '\.\d+$', ''
137143 Write-Host "##vso[task.setvariable variable=version;isReadOnly=true]$version"
138144 - task : UseDotNet@2
139- displayName : ' Use .NET 8 SDK'
145+ displayName : ' Use .NET 10 SDK'
140146 inputs :
141147 packageType : sdk
142- version : ' 8 .x'
148+ version : ' 10 .x'
143149 - task : PowerShell@2
144150 displayName : ' Build payload'
145151 inputs :
@@ -296,10 +302,10 @@ extends:
296302 script : |
297303 echo "##vso[task.setvariable variable=version;isReadOnly=true]$(cat ./VERSION | sed -E 's/.[0-9]+$//')"
298304 - task : UseDotNet@2
299- displayName : ' Use .NET 8 SDK'
305+ displayName : ' Use .NET 10 SDK'
300306 inputs :
301307 packageType : sdk
302- version : ' 8 .x'
308+ version : ' 10 .x'
303309 - task : Bash@3
304310 displayName : ' Build payload'
305311 inputs :
@@ -551,6 +557,7 @@ extends:
551557 name : ${{ dim.pool }}
552558 image : ${{ dim.image }}
553559 os : ${{ dim.os }}
560+ hostArchitecture : ${{ dim.poolArch }}
554561 templateContext :
555562 outputs :
556563 - output : pipelineArtifact
@@ -565,10 +572,10 @@ extends:
565572 script : |
566573 echo "##vso[task.setvariable variable=version;isReadOnly=true]$(cat ./VERSION | sed -E 's/.[0-9]+$//')"
567574 - task : UseDotNet@2
568- displayName : ' Use .NET 8 SDK'
575+ displayName : ' Use .NET 10 SDK'
569576 inputs :
570577 packageType : sdk
571- version : ' 8 .x'
578+ version : ' 10 .x'
572579 - task : Bash@3
573580 displayName : ' Build payload'
574581 inputs :
@@ -664,10 +671,10 @@ extends:
664671 $version = (Get-Content .\VERSION) -replace '\.\d+$', ''
665672 Write-Host "##vso[task.setvariable variable=version;isReadOnly=true]$version"
666673 - task : UseDotNet@2
667- displayName : ' Use .NET 8 SDK'
674+ displayName : ' Use .NET 10 SDK'
668675 inputs :
669676 packageType : sdk
670- version : ' 8 .x'
677+ version : ' 10 .x'
671678 - task : NuGetToolInstaller@1
672679 displayName : ' Install NuGet CLI'
673680 inputs :
0 commit comments