Skip to content

Commit

Permalink
[ci] Use new EO compliant build pools (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Ellis <dellis1972@hotmail.com>
  • Loading branch information
dellis1972 and Dean Ellis committed Mar 31, 2022
1 parent 95ab20b commit 351eb65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ stages:
jobs:
- job: buildWindows
pool:
vmImage: windows-latest
name: AzurePipelines-EO
demands:
- ImageOverride -equals AzurePipelinesWindows2019compliant
variables:
LogDirectory: $(Build.ArtifactStagingDirectory)\logs
steps:
Expand Down

0 comments on commit 351eb65

Please sign in to comment.