Skip to content

Commit 47a8bfe

Browse files
committed
Use the small pool for the small jobs
1 parent 7abe280 commit 47a8bfe

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

build/pipelines/1espt-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ extends:
4949
extraPublishJobs:
5050
- template: build/pipelines/templates-v2/job-deploy-to-azure-storage.yml@self
5151
parameters:
52+
pool:
53+
name: SHINE-INT-S
54+
os: windows
5255
dependsOn: [PublishSymbols]
5356
storagePublicRootURL: $(AppInstallerRootURL)
5457
subscription: $(AzureSubscriptionName)

build/pipelines/templates-v2/pipeline-1espt-full-release-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ extends:
160160
- ${{ if eq(parameters.buildTerminal, true) }}:
161161
- template: ./build/pipelines/templates-v2/job-merge-msix-into-bundle.yml@self
162162
parameters:
163+
pool:
164+
name: SHINE-INT-S
165+
os: windows
163166
outerTemplateContext:
164167
outputs:
165168
- output: pipelineArtifact
@@ -177,6 +180,9 @@ extends:
177180
- ${{ if eq(parameters.buildConPTY, true) }}:
178181
- template: ./build/pipelines/templates-v2/job-package-conpty.yml@self
179182
parameters:
183+
pool:
184+
name: SHINE-INT-S
185+
os: windows
180186
outerTemplateContext:
181187
outputs:
182188
- output: pipelineArtifact
@@ -192,6 +198,9 @@ extends:
192198
- ${{ if eq(parameters.buildWPF, true) }}:
193199
- template: ./build/pipelines/templates-v2/job-build-package-wpf.yml@self
194200
parameters:
201+
pool:
202+
name: SHINE-INT-S
203+
os: windows
195204
outerTemplateContext:
196205
outputs:
197206
- output: pipelineArtifact
@@ -213,6 +222,9 @@ extends:
213222
jobs:
214223
- template: ./build/pipelines/templates-v2/job-publish-symbols-using-symbolrequestprod-api.yml@self
215224
parameters:
225+
pool:
226+
name: SHINE-INT-S
227+
os: windows
216228
includePublicSymbolServer: ${{ parameters.publishSymbolsToPublic }}
217229
symbolExpiryTime: ${{ parameters.symbolExpiryTime }}
218230
subscription: ${{ parameters.symbolPublishingSubscription }}

0 commit comments

Comments
 (0)