Skip to content

Commit

Permalink
Pass templatePath to eng/pipelines/common/templates/runtimes/xplat-jo…
Browse files Browse the repository at this point in the history
…b.yml
  • Loading branch information
Eduardo Manuel Velarde Polar committed May 28, 2024
1 parent 775aed0 commit 0f15d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/templates/xplat-pipeline-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameters:
liveLibrariesBuildConfig: ''
strategy: ''
pool: ''
templatePath: 'templates'

# arcade-specific parameters
condition: true
Expand All @@ -28,6 +29,7 @@ parameters:
jobs:
- template: /eng/pipelines/common/templates/runtimes/xplat-job.yml
parameters:
templatePath: ${{ parameters.templatePath }}
buildConfig: ${{ parameters.buildConfig }}
archType: ${{ parameters.archType }}
osGroup: ${{ parameters.osGroup }}
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/mono/templates/xplat-pipeline-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parameters:
pool: ''
runtimeVariant: ''
liveRuntimeBuildConfig: 'release'
templatePath: 'templates'

# arcade-specific parameters
condition: true
Expand All @@ -28,6 +29,7 @@ parameters:
jobs:
- template: /eng/pipelines/common/templates/runtimes/xplat-job.yml
parameters:
templatePath: ${{ parameters.templatePath }}
buildConfig: ${{ parameters.buildConfig }}
archType: ${{ parameters.archType }}
osGroup: ${{ parameters.osGroup }}
Expand Down

0 comments on commit 0f15d9e

Please sign in to comment.