Skip to content

Commit aa72fe0

Browse files
committed
move publish step to the top so it can merge both architectures
1 parent 9d5a662 commit aa72fe0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build/pipelines/pgo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ stages:
2525
- template: ./templates/build-console-pgo.yml
2626
parameters:
2727
platform: x86
28+
- stage: Publish_PGO_Databases
29+
displayName: Publish PGO databases
30+
dependsOn: ['Build_x64', 'Build_x86']
31+
jobs:
32+
- template: pgo-build-and-publish-nuget-job.yml
33+
parameters:
34+
pgoArtifact: 'PGO'

build/pipelines/templates/build-console-pgo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ jobs:
4545
dependsOn:
4646
- ProcessTestResults
4747
pgoArtifact: 'PGO'
48-
49-
- template: pgo-build-and-publish-nuget-job.yml
50-
parameters:
51-
dependsOn:
52-
- MergePGD
53-
pgoArtifact: 'PGO'

0 commit comments

Comments
 (0)