run builds in different pools (#1802)

This commit is contained in:
Tian L
2022-02-24 13:29:03 +08:00
committed by GitHub
parent 72860fe494
commit 77b8698065
7 changed files with 31 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
# this job also signs the bundle and creates StoreBroker packages.
parameters:
isOSSBuild: false
signBundle: false
createStoreBrokerPackages: false
@@ -20,7 +21,10 @@ jobs:
in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues', 'Skipped')
)
pool:
vmImage: windows-2022
${{ if eq(parameters.isOSSBuild, true) }}:
name: EssentialExperiencesOpenSource-windows-2022
${{ if eq(parameters.isOSSBuild, false) }}:
name: EssentialExperiences-windows-2022
variables:
skipComponentGovernanceDetection: true
StoreBrokerMediaRootPath: $(TEMP)\SBMedia