Skip to content

Commit

Permalink
bucket chain platform data through to PGD merging
Browse files Browse the repository at this point in the history
  • Loading branch information
miniksa committed May 10, 2021
1 parent f936012 commit de60ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pipelines/templates/build-console-pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
dependsOn:
- ProcessTestResults
pgoArtifact: 'PGO'
platform: ${{ parameters.platform }}
2 changes: 2 additions & 0 deletions build/pipelines/templates/pgo-merge-pgd-job.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
dependsOn: ''
pgoArtifact: PGO
platform: ''

jobs:
- job: MergePGD
Expand All @@ -10,6 +11,7 @@ jobs:
variables:
artifactsPath: $(Build.SourcesDirectory)\Artifacts
pgoArtifactsPath: $(artifactsPath)\${{ parameters.pgoArtifact }}
buildPlatform: ${{ parameters.platform }}

steps:
# The environment variable VCToolsInstallDir isn't defined on lab machines, so we need to retrieve it ourselves.
Expand Down

1 comment on commit de60ad7

@github-actions

This comment was marked as duplicate.

Please # to comment.