Skip to content

Commit d412f04

Browse files
authored
Fix template path for rebuild branch check in package.yml (#26425)
1 parent 2330c80 commit d412f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/packaging/windows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
nativePathRoot: '$(Agent.TempDirectory)'
6161
ob_restore_phase: false
6262

63-
- template: rebuild-branch-check.yml@self
63+
- template: /.pipelines/templates/rebuild-branch-check.yml@self
6464

6565
- download: CoOrdinatedBuildPipeline
6666
artifact: drop_windows_build_windows_${{ parameters.runtime }}_release

0 commit comments

Comments
 (0)