Skip to content

Commit f8624ee

Browse files
authored
Import pool providers (#100851)
Import pool-providers in common variables. This should allow all stages access to the pool provider variables.
1 parent 242a6aa commit f8624ee

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

eng/pipelines/common/variables.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
parameters:
2+
- name: templatePath
3+
type: string
4+
default: 'templates'
5+
16
variables:
27

38
# These values enable longer delays, configurable number of retries, and special understanding of TCP hang-up
@@ -54,3 +59,5 @@ variables:
5459
eq(variables['isRollingBuild'], true))) ]
5560

5661
- template: /eng/pipelines/common/perf-variables.yml
62+
63+
- template: /eng/common/${{ parameters.templatePath }}/variables/pool-providers.yml

eng/pipelines/runtime-official.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ pr: none
2323

2424
variables:
2525
- template: /eng/pipelines/common/variables.yml
26+
parameters:
27+
templatePath: 'templates-official'
2628
- template: /eng/pipelines/common/internal-variables.yml
2729
parameters:
2830
teamName: dotnet-core-acquisition

0 commit comments

Comments
 (0)