Skip to content

Commit baa69b0

Browse files
Move capture env task to ob_restore
1 parent cdf1c9d commit baa69b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- pwsh: |
2020
Get-ChildItem Env:\ | Out-String -Stream | Write-Verbose -Verbose
2121
displayName: Capture environment variables
22+
env:
23+
ob_restore_phase: true # Set ob_restore_phase to run this step before '🔒 Setup Signing' step.
2224
2325
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
2426
env:

0 commit comments

Comments
 (0)