Skip to content

Commit c1e829e

Browse files
update 1es-windows-2022 to windows.vs2022preview.amd64 in order to get a newer version of the VS on the CI machines
1 parent 5a029b5 commit c1e829e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ extends:
8888
name: NetCore1ESPool-Svc-Internal
8989
${{ else }}:
9090
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
9293
os: windows
9394
customBuildTags:
9495
- ES365AIMigrationTooling
@@ -125,7 +126,7 @@ extends:
125126
binlogPath: msbuild.binlog
126127
pool:
127128
name: $(DncEngInternalBuildPool)
128-
demands: ImageOverride -equals 1es-windows-2022
129+
demands: ImageOverride -equals windows.vs2022preview.amd64
129130

130131
- ${{ if eq(variables['EnableLoc'], 'true') }}:
131132
- stage: OneLocBuild

eng/pipelines/azure-pipelines-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
displayName: CodeQL
4444
pool:
4545
name: $(DncEngInternalBuildPool)
46-
demands: ImageOverride -equals 1es-windows-2022
46+
demands: ImageOverride -equals windows.vs2022preview.amd64
4747
timeoutInMinutes: 90
4848

4949
steps:

0 commit comments

Comments
 (0)