Skip to content

Commit b20f8e9

Browse files
committed
Update code-sign.yml for Azure Pipelines
1 parent 6b7a037 commit b20f8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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: ${{ eq(parameters.OOBBranch, 'none') }}
23+
condition: ne('${{ parameters.OOBBranch }}', 'none')
2424
- pwsh: 'Install-Module platyPS -Force -Confirm:$false -Scope CurrentUser'
2525
displayName: 'Install platyPS'
2626

0 commit comments

Comments
 (0)