File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
eng/common/templates/stages/dotnet Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ stages:
5656
5757 internalVersionsRepoRef : InternalVersionsRepo
5858 publicVersionsRepoRef : PublicVersionsRepo
59-
59+
6060 ${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }} :
6161 customPublishVariables :
6262 - group : DotNet-AllOrgs-Darc-Pats
@@ -71,25 +71,25 @@ stages:
7171 name : NetCore1ESPool-Internal
7272 image : 1es-ubuntu-2204
7373 os : linux
74-
74+
7575 # Linux Arm64
7676 linuxArm64Pool :
77- image : Mariner-2-Docker-ARM64
7877 os : linux
7978 hostArchitecture : Arm64
8079 ${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }} :
8180 name : Docker-Linux-Arm-Public
8281 ${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }} :
82+ image : Mariner-2-Docker-ARM64
8383 name : Docker-Linux-Arm-Internal
8484
8585 # Linux Arm32
8686 linuxArm32Pool :
87- image : Mariner-2-Docker-ARM64
8887 os : linux
8988 hostArchitecture : Arm64
9089 ${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }} :
9190 name : Docker-Linux-Arm-Public
9291 ${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }} :
92+ image : Mariner-2-Docker-ARM64
9393 name : Docker-Linux-Arm-Internal
9494
9595 # Windows Server 2016
You can’t perform that action at this time.
0 commit comments