Skip to content

Commit

Permalink
Update yml to include pool for single task (microsoft#16179)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-batra authored and bothzoli committed May 2, 2022
1 parent e177176 commit b739a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- job: buildSingle
displayName: Build single task
condition: and(succeeded(), variables.task)
pool:
vmImage: windows-2022
steps:
- template: ci/build-single-steps.yml

Expand Down

0 comments on commit b739a99

Please sign in to comment.