File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ extends:
88
88
name : NetCore1ESPool-Svc-Internal
89
89
${{ else }} :
90
90
name : NetCore1ESPool-Internal
91
- image : 1es-windows-2022
91
+ # image is described here - https://helix.dot.net/#1ESHostedPoolImagesWestUS-rg-Internal
92
+ image : windows.vs2022preview.amd64
92
93
os : windows
93
94
customBuildTags :
94
95
- ES365AIMigrationTooling
@@ -125,7 +126,7 @@ extends:
125
126
binlogPath : msbuild.binlog
126
127
pool :
127
128
name : $(DncEngInternalBuildPool)
128
- demands : ImageOverride -equals 1es- windows-2022
129
+ demands : ImageOverride -equals windows.vs2022preview.amd64
129
130
130
131
- ${{ if eq(variables['EnableLoc'], 'true') }} :
131
132
- stage : OneLocBuild
Original file line number Diff line number Diff line change 43
43
displayName : CodeQL
44
44
pool :
45
45
name : $(DncEngInternalBuildPool)
46
- demands : ImageOverride -equals 1es- windows-2022
46
+ demands : ImageOverride -equals windows.vs2022preview.amd64
47
47
timeoutInMinutes : 90
48
48
49
49
steps :
You can’t perform that action at this time.
0 commit comments