File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extends:
15
15
parameters :
16
16
pool :
17
17
name : VSWebDiag1ESPipelinePool
18
- image : windows-2022
18
+ image : VSWebDiag_1ESImage_Windows
19
19
os : windows
20
20
customBuildTags :
21
21
- ES365AIMigrationTooling
@@ -25,7 +25,7 @@ extends:
25
25
- job : Linux
26
26
pool :
27
27
name : VSWebDiag1ESPipelinePool
28
- image : ubuntu-2204
28
+ image : VSWebDiag_1ESImage_Ubuntu
29
29
os : linux
30
30
timeoutInMinutes : 20
31
31
steps :
@@ -35,7 +35,7 @@ extends:
35
35
- job : Windows
36
36
pool :
37
37
name : VSWebDiag1ESPipelinePool
38
- image : windows-2022
38
+ image : VSWebDiag_1ESImage_Windows
39
39
os : windows
40
40
timeoutInMinutes : 20
41
41
templateContext :
@@ -74,4 +74,4 @@ extends:
74
74
steps :
75
75
- checkout : self
76
76
clean : true
77
- - template : /.ci/common-validation.yml@self
77
+ - template : /.ci/common-validation.yml@self
You can’t perform that action at this time.
0 commit comments