@@ -103,7 +103,7 @@ stages:
103103 # If it's not devdiv, it's dnceng
104104 ${{ if ne(variables['System.TeamProject'], 'DevDiv') }} :
105105 name : NetCore1ESPool-Svc-Internal
106- image : 1es-windows-2022-pt
106+ image : 1es-windows-2022
107107 os : windows
108108
109109 steps :
@@ -137,12 +137,13 @@ stages:
137137 # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
138138 ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
139139 name : AzurePipelines-EO
140+ image : 1ESPT-Windows2022
140141 demands : Cmd
141142 os : windows
142143 # If it's not devdiv, it's dnceng
143144 ${{ if ne(variables['System.TeamProject'], 'DevDiv') }} :
144145 name : NetCore1ESPool-Svc-Internal
145- image : 1es-windows-2022-pt
146+ image : 1es-windows-2022
146147 os : windows
147148 steps :
148149 - template : setup-maestro-vars.yml
@@ -205,7 +206,7 @@ stages:
205206 # If it's not devdiv, it's dnceng
206207 ${{ if ne(variables['System.TeamProject'], 'DevDiv') }} :
207208 name : NetCore1ESPool-Svc-Internal
208- image : 1es-windows-2022-pt
209+ image : 1es-windows-2022
209210 os : windows
210211 steps :
211212 - template : setup-maestro-vars.yml
@@ -251,12 +252,13 @@ stages:
251252 # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
252253 ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
253254 name : AzurePipelines-EO
255+ image : 1ESPT-Windows2022
254256 demands : Cmd
255257 os : windows
256258 # If it's not devdiv, it's dnceng
257259 ${{ else }} :
258260 name : NetCore1ESPool-Svc-Internal
259- image : 1es-windows-2022-pt
261+ image : 1es-windows-2022
260262 os : windows
261263 steps :
262264 - template : setup-maestro-vars.yml
0 commit comments