Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 351eb65

Browse files
dellis1972Dean Ellis
andauthored
[ci] Use new EO compliant build pools (#33)
Co-authored-by: Dean Ellis <[email protected]>
1 parent 95ab20b commit 351eb65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ stages:
3232
jobs:
3333
- job: buildWindows
3434
pool:
35-
vmImage: windows-latest
35+
name: AzurePipelines-EO
36+
demands:
37+
- ImageOverride -equals AzurePipelinesWindows2019compliant
3638
variables:
3739
LogDirectory: $(Build.ArtifactStagingDirectory)\logs
3840
steps:

0 commit comments

Comments
 (0)