Skip to content

Commit c11e86c

Browse files
committed
Replace ProjectReunionESPool-2022 with Azure Pipelines - pool not available in OS project (11 files)
1 parent 7e3e8fb commit c11e86c

11 files changed

Lines changed: 14 additions & 14 deletions

build/AzurePipelinesTemplates/WindowsAppSDK-Build-Per-Platform-Stage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stages:
3333
${{ if not( parameters.IsOneBranch ) }}:
3434
type: windows
3535
isCustom: true
36-
name: 'ProjectReunionESPool-2022'
36+
name: 'Azure Pipelines'
3737
# In the less likely case of running APIScan and/or PREfast, give it more time.
3838
${{ if or(parameters.runApiScan, parameters.runPREfast) }}:
3939
timeoutInMinutes: 180
@@ -116,7 +116,7 @@ stages:
116116
${{ if not( parameters.IsOneBranch ) }}:
117117
type: windows
118118
isCustom: true
119-
name: 'ProjectReunionESPool-2022'
119+
name: 'Azure Pipelines'
120120
# In the less likely case of running APIScan and/or PREfast, give it more time.
121121
${{ if or(parameters.runApiScan, parameters.runPREfast) }}:
122122
timeoutInMinutes: 150
@@ -199,7 +199,7 @@ stages:
199199
pool:
200200
type: windows
201201
isCustom: true
202-
name: 'ProjectReunionESPool-2022'
202+
name: 'Azure Pipelines'
203203
steps:
204204
- powershell: |
205205
$testMatrix = "${{ parameters.testMatrix }}" | ConvertFrom-Json

build/AzurePipelinesTemplates/WindowsAppSDK-Build-Stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
pool:
2929
type: windows
3030
isCustom: true
31-
name: 'ProjectReunionESPool-2022' # This stage is purely a test stage so we will use our own pools here
31+
name: 'Azure Pipelines' # This stage is purely a test stage so we will use our own pools here
3232
steps:
3333
- task: powershell@2
3434
displayName: 'Verify copyright headers'
@@ -45,7 +45,7 @@ stages:
4545
${{ if not( parameters.IsOneBranch ) }}:
4646
type: windows
4747
isCustom: true
48-
name: 'ProjectReunionESPool-2022'
48+
name: 'Azure Pipelines'
4949
variables:
5050
ob_outputDirectory: '$(REPOROOT)\out'
5151
ob_sdl_codeSignValidation_excludes: '-|**\Release\**'

build/AzurePipelinesTemplates/WindowsAppSDK-BuildInstaller-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
pool:
1010
type: windows
1111
isCustom: true
12-
name: 'ProjectReunionESPool-2022' # This stage is purely for validation
12+
name: 'Azure Pipelines' # This stage is purely for validation
1313
# If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
1414
demands: ImageOverride -equals MMS2022-1ES-GPT
1515
strategy:

build/AzurePipelinesTemplates/WindowsAppSDK-BuildSamplesCompat-Job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ if not( parameters.IsOneBranch ) }}:
4040
type: windows
4141
isCustom: true
42-
name: 'ProjectReunionESPool-2022'
42+
name: 'Azure Pipelines'
4343
timeoutInMinutes: 120
4444
strategy:
4545
maxParallel: ${{ parameters.maxParallel }}

build/AzurePipelinesTemplates/WindowsAppSDK-BuildVSIX-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
pool:
1010
type: windows
1111
isCustom: true
12-
name: 'ProjectReunionESPool-2022' # This stage is purely for validation
12+
name: 'Azure Pipelines' # This stage is purely for validation
1313
# If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
1414
demands: ImageOverride -equals MMS2022-1ES-GPT
1515
variables:

build/AzurePipelinesTemplates/WindowsAppSDK-CheckApiChanges-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
pool:
2020
type: windows
2121
isCustom: true
22-
name: 'ProjectReunionESPool-2022'
22+
name: 'Azure Pipelines'
2323
timeoutInMinutes: 120
2424
steps:
2525
- checkout: self

build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stages:
3333
${{ if not( parameters.IsOneBranch ) }}:
3434
type: windows
3535
isCustom: true
36-
name: 'ProjectReunionESPool-2022'
36+
name: 'Azure Pipelines'
3737
timeoutInMinutes: 120
3838
variables:
3939
ob_outputDirectory: '$(REPOROOT)\out'

build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stages:
3737
pool:
3838
type: windows
3939
isCustom: true
40-
name: 'ProjectReunionESPool-2022' # This job is purely for ES, hence this custom pool
40+
name: 'Azure Pipelines' # This job is purely for ES, hence this custom pool
4141
variables:
4242
WindowsAppSDKPackageVersion: $[ stageDependencies.Pack.NugetPackage.outputs['SetVersion.packageVersion'] ]
4343
steps:

build/AzurePipelinesTemplates/WindowsAppSDK-StaticValidationTest-Stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
pool:
1313
type: windows
1414
isCustom: true
15-
name: 'ProjectReunionESPool-2022' # This stage is purely for ES, hence this custom pool
15+
name: 'Azure Pipelines' # This stage is purely for ES, hence this custom pool
1616
# If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing.
1717
demands: ImageOverride -equals MMS2022-1ES-GPT
1818
timeoutInMinutes: 120

build/WindowsAppSDK-SyncTrigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
jobs:
1111
- job: SyncMirror
1212
dependsOn: []
13-
pool: 'ProjectReunionESPool-2022'
13+
pool: 'Azure Pipelines'
1414
steps:
1515
- checkout: InternalWindowsAppSDK
1616
persistCredentials: true

0 commit comments

Comments
 (0)