Skip to content

Commit f935001

Browse files
authored
Force loc task pool image to windows (#1223)
1 parent d8d9b4c commit f935001

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-tools/automation/azure-pipelines.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ jobs:
163163
- job: OneLocBuild
164164
displayName: OneLocBuild
165165
condition: and(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
166-
pool: VSEngSS-MicroBuild2022-1ES
166+
pool:
167+
name: AzurePipelines-EO
168+
demands:
169+
- ImageOverride -equals 1ESPT-Windows2022
167170
timeoutInMinutes: 30
168171
variables:
169172
- group: Xamarin-Secrets

0 commit comments

Comments
 (0)