@@ -106,7 +106,6 @@ stages:
106106 imageName : nanoserver1809
107107 artifactSuffix : nanoserver1809
108108 poolOS : ' windows'
109- poolHostArchitecture : ' amd64'
110109 maxParallel : 3
111110 channel : ${{ parameters.channel }}
112111 channelPath : ${{ parameters.channelPath }}
@@ -116,7 +115,8 @@ stages:
116115 imageName : nanoserver2022
117116 artifactSuffix : nanoserver2022
118117 poolOS : ' windows'
119- poolHostArchitecture : ' amd64'
118+ poolHostVersion : ' 1ESWindows2022'
119+ windowsContainerImageValue : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
120120 maxParallel : 3
121121 channel : ${{ parameters.channel }}
122122 channelPath : ${{ parameters.channelPath }}
@@ -126,7 +126,8 @@ stages:
126126 imageName : windowsserver2022
127127 artifactSuffix : windowsserver2022
128128 poolOS : ' windows'
129- poolHostArchitecture : ' amd64'
129+ poolHostVersion : ' 1ESWindows2022'
130+ windowsContainerImageValue : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
130131 maxParallel : 3
131132 channel : ${{ parameters.channel }}
132133 channelPath : ${{ parameters.channelPath }}
@@ -136,7 +137,8 @@ stages:
136137 imageName : windowsservercore2022
137138 artifactSuffix : windowsservercore2022
138139 poolOS : ' windows'
139- poolHostArchitecture : ' amd64'
140+ poolHostVersion : ' 1ESWindows2022'
141+ windowsContainerImageValue : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
140142 maxParallel : 3
141143 channel : ${{ parameters.channel }}
142144 channelPath : ${{ parameters.channelPath }}
@@ -170,16 +172,6 @@ stages:
170172 buildKitValue : 1
171173 channel : ${{ parameters.channel }}
172174 channelPath : ${{ parameters.channelPath }}
173- - template : /.vsts-ci/releasePhase.yml@self
174- parameters :
175- archName : ' Build_linux_amd64'
176- imageName : mariner2\test-deps
177- artifactSuffix : mariner2_test_deps
178- poolOS : ' linux'
179- poolHostArchitecture : ' amd64'
180- buildKitValue : 1
181- channel : ${{ parameters.channel }}
182- channelPath : ${{ parameters.channelPath }}
183175 - template : /.vsts-ci/releasePhase.yml@self
184176 parameters :
185177 archName : ' Build_linux_amd64'
0 commit comments