We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf1c9d commit baa69b0Copy full SHA for baa69b0
.pipelines/templates/build-sign-windows.yml
@@ -19,6 +19,8 @@ jobs:
19
- pwsh: |
20
Get-ChildItem Env:\ | Out-String -Stream | Write-Verbose -Verbose
21
displayName: Capture environment variables
22
+ env:
23
+ ob_restore_phase: true # Set ob_restore_phase to run this step before '🔒 Setup Signing' step.
24
25
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
26
env:
0 commit comments