Skip to content

Commit

Permalink
Force loc task pool image to windows (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSylvia committed May 24, 2024
1 parent d8d9b4c commit f935001
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 f935001

Please sign in to comment.