Skip to content

Commit

Permalink
Force loc task pool image to windows (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSylvia authored May 24, 2024
1 parent 137ad81 commit da2c33e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Localize/onelocbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- job: OneLocBuild
displayName: OneLocBuild
condition: and(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
pool: VSEngSS-MicroBuild2022-1ES
pool:
name: AzurePipelines-EO
demands:
- ImageOverride -equals 1ESPT-Windows2022
timeoutInMinutes: 30
variables:
- group: Xamarin-Secrets
Expand Down

0 comments on commit da2c33e

Please sign in to comment.