Skip to content

Commit

Permalink
fix template path
Browse files Browse the repository at this point in the history
  • Loading branch information
miniksa committed May 6, 2021
1 parent aa72fe0 commit a23e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipelines/pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ stages:
displayName: Publish PGO databases
dependsOn: ['Build_x64', 'Build_x86']
jobs:
- template: pgo-build-and-publish-nuget-job.yml
- template: ./templates/pgo-build-and-publish-nuget-job.yml
parameters:
pgoArtifact: 'PGO'

1 comment on commit a23e3bd

@github-actions

This comment was marked as duplicate.

Please sign in to comment.