Skip to content

Commit a23e3bd

Browse files
committed
fix template path
1 parent aa72fe0 commit a23e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pipelines/pgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ stages:
2929
displayName: Publish PGO databases
3030
dependsOn: ['Build_x64', 'Build_x86']
3131
jobs:
32-
- template: pgo-build-and-publish-nuget-job.yml
32+
- template: ./templates/pgo-build-and-publish-nuget-job.yml
3333
parameters:
3434
pgoArtifact: 'PGO'

0 commit comments

Comments
 (0)