We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b313f7 commit 8ed4256Copy full SHA for 8ed4256
1 file changed
.pipelines/templates/windows-package-build.yml
@@ -54,6 +54,10 @@ jobs:
54
- template: cloneToOfficialPath.yml
55
parameters:
56
nativePathRoot: '$(Agent.TempDirectory)'
57
+ nativePathRoot: '$(Agent.TempDirectory)'
58
+ ob_restore_phase: false
59
+
60
+ - template: /.pipelines/templates/rebuild-branch-check.yml@self
61
62
- download: CoOrdinatedBuildPipeline
63
artifact: drop_windows_build_windows_${{ parameters.runtime }}_release
@@ -298,4 +302,4 @@ jobs:
298
302
Get-ChildItem -Path $(ob_outputDirectory) -Recurse
299
303
displayName: 'List artifacts'
300
304
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