Skip to content

Commit b1ea190

Browse files
authored
[release/v7.4] Fix template path for rebuild branch check in package.yml (#26433)
1 parent 5efa21e commit b1ea190

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)