Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ extends:
name: NetCore1ESPool-Svc-Internal
${{ else }}:
name: NetCore1ESPool-Internal
image: 1es-windows-2022
# image is described here - https://helix.dot.net/#1ESHostedPoolImagesWestUS-rg-Internal
image: windows.vs2022preview.amd64
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand Down Expand Up @@ -125,7 +126,7 @@ extends:
binlogPath: msbuild.binlog
pool:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-windows-2022
demands: ImageOverride -equals windows.vs2022preview.amd64

- ${{ if eq(variables['EnableLoc'], 'true') }}:
- stage: OneLocBuild
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/azure-pipelines-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
displayName: CodeQL
pool:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-windows-2022
demands: ImageOverride -equals windows.vs2022preview.amd64
timeoutInMinutes: 90

steps:
Expand Down