Skip to content

Commit a570c56

Browse files
committed
move checkout to restore phase
1 parent 18232e3 commit a570c56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/OSS_Microsoft_PSSA-Official.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ extends:
6161
type: windows
6262
steps:
6363
- checkout: self
64+
# make sure this happens before signing setup
65+
env:
66+
ob_restore_phase: true
6467

6568
- pwsh: |
6669
if (-not (Test-Path $(repoRoot)/.config/tsaoptions.json)) {

0 commit comments

Comments
 (0)