Skip to content

Commit

Permalink
Roll to Windows 2019 image to fix arm cross build (#3376)
Browse files Browse the repository at this point in the history
Roll back to Windows 2019 image to fix arm cross build
  • Loading branch information
mikem8361 committed Sep 14, 2022
1 parent d71418a commit d3a6215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
# Official Build Windows Pool
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2022.amd64
demands: ImageOverride -equals Build.Windows.Amd64.VS2022

# Public Windows Build Pool
${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}:
name: NetCore-Public
demands: ImageOverride -equals windows.vs2022.amd64.open
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open

${{ if and(ne(parameters.dockerImage, ''), ne(parameters.requiresCapPtraceContainer, 'true')) }}:
container: ${{ parameters.dockerImage }}
Expand Down

0 comments on commit d3a6215

Please sign in to comment.