Skip to content

Commit da2c33e

Browse files
authored
Force loc task pool image to windows (#234)
1 parent 137ad81 commit da2c33e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Localize/onelocbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
- job: OneLocBuild
2424
displayName: OneLocBuild
2525
condition: and(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
26-
pool: VSEngSS-MicroBuild2022-1ES
26+
pool:
27+
name: AzurePipelines-EO
28+
demands:
29+
- ImageOverride -equals 1ESPT-Windows2022
2730
timeoutInMinutes: 30
2831
variables:
2932
- group: Xamarin-Secrets

0 commit comments

Comments
 (0)