Skip to content

Commit ae0cc97

Browse files
authored
Update code-sign.yml for Azure Pipelines (#22239)
1 parent 79729ec commit ae0cc97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
git remote set-url origin https://azure-powershell-bot:[email protected]/Azure/azure-powershell.git;
2121
git fetch origin
2222
git checkout -b ${{ parameters.OOBBranch }} origin/${{ parameters.OOBBranch }}
23+
condition: and(succeeded(), ne('${{ parameters.OOBBranch }}', 'none'))
2324
- pwsh: 'Install-Module platyPS -Force -Confirm:$false -Scope CurrentUser'
2425
displayName: 'Install platyPS'
2526

0 commit comments

Comments
 (0)