Skip to content

Commit 3d869ea

Browse files
committed
Remove pt
1 parent 56d2884 commit 3d869ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines-official.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parameters:
5151
type: object
5252
default:
5353
- name: netcore1espool-internal
54-
image: 1es-ubuntu-2204-pt
54+
image: 1es-ubuntu-2204
5555
os: linux
5656
- name: Azure Pipelines
5757
image: macOS-11
@@ -124,7 +124,7 @@ extends:
124124
parameters:
125125
pool:
126126
name: netcore1espool-internal
127-
image: 1es-windows-2022-pt
127+
image: 1es-windows-2022
128128
os: windows
129129
customBuildTags:
130130
- ES365AIMigrationTooling
@@ -148,7 +148,7 @@ extends:
148148
timeoutInMinutes: 120
149149
pool:
150150
name: netcore1espool-internal
151-
demands: ImageOverride -equals 1es-windows-2022-pt
151+
demands: ImageOverride -equals 1es-windows-2022
152152
steps:
153153
# This steps help to understand versions of .NET runtime installed on the machine,
154154
# which is useful to diagnose some governance issues.
@@ -250,7 +250,7 @@ extends:
250250
- ${{ pool.os }}
251251
pool:
252252
name: $(DncEngInternalBuildPool)
253-
demands: ImageOverride -equals 1es-windows-2022-pt
253+
demands: ImageOverride -equals 1es-windows-2022
254254
os: windows
255255
steps:
256256
# The template job needs a log, otherwise it writes a warning. We can disable log uploading only for

0 commit comments

Comments
 (0)