Skip to content

Commit 8ed4256

Browse files
TravisEz13adityapatwardhan
authored andcommitted
Fix template path for rebuild branch check in package.yml (PowerShell#26425)
1 parent 0b313f7 commit 8ed4256

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.pipelines/templates/windows-package-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- template: cloneToOfficialPath.yml
5555
parameters:
5656
nativePathRoot: '$(Agent.TempDirectory)'
57+
nativePathRoot: '$(Agent.TempDirectory)'
58+
ob_restore_phase: false
59+
60+
- template: /.pipelines/templates/rebuild-branch-check.yml@self
5761

5862
- download: CoOrdinatedBuildPipeline
5963
artifact: drop_windows_build_windows_${{ parameters.runtime }}_release
@@ -298,4 +302,4 @@ jobs:
298302
Get-ChildItem -Path $(ob_outputDirectory) -Recurse
299303
displayName: 'List artifacts'
300304
env:
301-
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
305+
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue

0 commit comments

Comments
 (0)