Skip to content

Commit bc9cc49

Browse files
Update image names in master-pipeline.yml
1 parent e2e36e3 commit bc9cc49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/master-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extends:
1515
parameters:
1616
pool:
1717
name: VSWebDiag1ESPipelinePool
18-
image: windows-2022
18+
image: VSWebDiag_1ESImage_Windows
1919
os: windows
2020
customBuildTags:
2121
- ES365AIMigrationTooling
@@ -25,7 +25,7 @@ extends:
2525
- job: Linux
2626
pool:
2727
name: VSWebDiag1ESPipelinePool
28-
image: ubuntu-2204
28+
image: VSWebDiag_1ESImage_Ubuntu
2929
os: linux
3030
timeoutInMinutes: 20
3131
steps:
@@ -35,7 +35,7 @@ extends:
3535
- job: Windows
3636
pool:
3737
name: VSWebDiag1ESPipelinePool
38-
image: windows-2022
38+
image: VSWebDiag_1ESImage_Windows
3939
os: windows
4040
timeoutInMinutes: 20
4141
templateContext:
@@ -74,4 +74,4 @@ extends:
7474
steps:
7575
- checkout: self
7676
clean: true
77-
- template: /.ci/common-validation.yml@self
77+
- template: /.ci/common-validation.yml@self

0 commit comments

Comments
 (0)