Skip to content

Commit 97533d8

Browse files
authored
Fix Windows build image. (#4526)
* Fix Windows build image. * Fix another case.
1 parent d217cac commit 97533d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jobs/cg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ extends:
3535
parameters:
3636
pool:
3737
name: AzurePipelines-EO
38-
image: AzurePipelinesWindows2022compliantGPT
38+
image: 1ESPT-Windows2022
3939
os: windows
4040
sdl:
4141
sourceAnalysisPool:
4242
name: AzurePipelines-EO
43-
image: AzurePipelinesWindows2022compliantGPT
43+
image: 1ESPT-Windows2022
4444
os: windows
4545
tsa:
4646
enabled: true

jobs/languageSupport/sharedCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pr: none
3232
pool:
3333
name: "AzurePipelines-EO"
3434
demands:
35-
- ImageOverride -equals AzurePipelinesWindows2022compliant
35+
- ImageOverride -equals 1ESPT-Windows2022
3636

3737
name: $(Date:yyMMdd)$(Rev:rrr)
3838

jobs/loc/TranslationsImportExport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ extends:
3131
parameters:
3232
pool:
3333
name: AzurePipelines-EO
34-
image: AzurePipelinesWindows2022compliantGPT
34+
image: 1ESPT-Windows2022
3535
os: windows
3636
sdl:
3737
sourceAnalysisPool:
3838
name: AzurePipelines-EO
39-
image: AzurePipelinesWindows2022compliantGPT
39+
image: 1ESPT-Windows2022
4040
os: windows
4141
customBuildTags:
4242
- ES365AIMigrationTooling

0 commit comments

Comments
 (0)