File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ parameters:
51
51
type : object
52
52
default :
53
53
- name : netcore1espool-internal
54
- image : 1es-ubuntu-2204-pt
54
+ image : 1es-ubuntu-2204
55
55
os : linux
56
56
- name : Azure Pipelines
57
57
image : macOS-11
@@ -124,7 +124,7 @@ extends:
124
124
parameters :
125
125
pool :
126
126
name : netcore1espool-internal
127
- image : 1es-windows-2022-pt
127
+ image : 1es-windows-2022
128
128
os : windows
129
129
customBuildTags :
130
130
- ES365AIMigrationTooling
@@ -148,7 +148,7 @@ extends:
148
148
timeoutInMinutes : 120
149
149
pool :
150
150
name : netcore1espool-internal
151
- demands : ImageOverride -equals 1es-windows-2022-pt
151
+ demands : ImageOverride -equals 1es-windows-2022
152
152
steps :
153
153
# This steps help to understand versions of .NET runtime installed on the machine,
154
154
# which is useful to diagnose some governance issues.
@@ -250,7 +250,7 @@ extends:
250
250
- ${{ pool.os }}
251
251
pool :
252
252
name : $(DncEngInternalBuildPool)
253
- demands : ImageOverride -equals 1es-windows-2022-pt
253
+ demands : ImageOverride -equals 1es-windows-2022
254
254
os : windows
255
255
steps :
256
256
# The template job needs a log, otherwise it writes a warning. We can disable log uploading only for
You can’t perform that action at this time.
0 commit comments