Skip to content

Commit 8bdc5e8

Browse files
authored
[release/2.1] Stop using -pt images (#55463)
* Stop using -pt images * Update default-build.yml
1 parent b975d25 commit 8bdc5e8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.azure/pipelines/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extends:
4747
sdl:
4848
sourceAnalysisPool:
4949
name: NetCore1ESPool-Svc-Internal
50-
image: 1es-windows-2022-pt
50+
image: 1es-windows-2022
5151
os: windows
5252
stages:
5353
- stage: build
@@ -75,7 +75,7 @@ extends:
7575
clean: all
7676
pool:
7777
name: NetCore1ESPool-Svc-Internal
78-
image: 1es-windows-2019-pt
78+
image: 1es-windows-2019
7979
os: windows
8080
variables:
8181
_SignType: real
@@ -186,7 +186,7 @@ extends:
186186
clean: all
187187
pool:
188188
name: NetCore1ESPool-Svc-Internal
189-
image: 1es-windows-2019-pt
189+
image: 1es-windows-2019
190190
os: windows
191191
variables:
192192
_SignType: real
@@ -270,7 +270,7 @@ extends:
270270
clean: all
271271
pool:
272272
name: NetCore1ESPool-Svc-Internal
273-
image: 1es-windows-2019-pt
273+
image: 1es-windows-2019
274274
os: windows
275275
variables:
276276
_SignType: real
@@ -327,7 +327,7 @@ extends:
327327
clean: all
328328
pool:
329329
name: NetCore1ESPool-Svc-Internal
330-
image: 1es-windows-2019-pt
330+
image: 1es-windows-2019
331331
os: windows
332332
variables:
333333
LC_ALL: 'en_US.UTF-8'
@@ -389,7 +389,7 @@ extends:
389389
clean: all
390390
pool:
391391
name: NetCore1ESPool-Svc-Internal
392-
image: 1es-windows-2019-pt
392+
image: 1es-windows-2019
393393
os: windows
394394
variables:
395395
_SignType: real
@@ -499,4 +499,4 @@ extends:
499499
continueOnError: true
500500
inputs:
501501
path: artifacts/logs
502-
artifactName: artifacts-Publish
502+
artifactName: artifacts-Publish

.azure/pipelines/jobs/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
demands: ImageOverride -equals 1es-windows-2019-open
8282
${{ if ne(variables['System.TeamProject'], 'public') }}:
8383
name: NetCore1ESPool-Svc-Internal
84-
image: 1es-windows-2019-pt
84+
image: 1es-windows-2019
8585
os: windows
8686
variables:
8787
AgentOsName: ${{ parameters.agentOs }}

0 commit comments

Comments
 (0)