Skip to content

Commit

Permalink
move publish step to the top so it can merge both architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
miniksa committed May 6, 2021
1 parent 9d5a662 commit aa72fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions build/pipelines/pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ stages:
- template: ./templates/build-console-pgo.yml
parameters:
platform: x86
- stage: Publish_PGO_Databases
displayName: Publish PGO databases
dependsOn: ['Build_x64', 'Build_x86']
jobs:
- template: pgo-build-and-publish-nuget-job.yml
parameters:
pgoArtifact: 'PGO'
6 changes: 0 additions & 6 deletions build/pipelines/templates/build-console-pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ jobs:
dependsOn:
- ProcessTestResults
pgoArtifact: 'PGO'

- template: pgo-build-and-publish-nuget-job.yml
parameters:
dependsOn:
- MergePGD
pgoArtifact: 'PGO'

1 comment on commit aa72fe0

@github-actions

This comment was marked as duplicate.

Please sign in to comment.