Skip to content

Commit 1d24421

Browse files
authored
Force loc task pool image to windows (#8983)
1 parent bd4f4f8 commit 1d24421

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-tools/automation/onelocbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- job: OneLocBuild
1818
displayName: OneLocBuild
1919
condition: and(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
20-
pool: VSEngSS-MicroBuild2022-1ES
20+
pool:
21+
name: AzurePipelines-EO
22+
demands:
23+
- ImageOverride -equals 1ESPT-Windows2022
2124
timeoutInMinutes: 30
2225
variables:
2326
- group: Xamarin-Secrets

0 commit comments

Comments
 (0)