Skip to content

Commit f35f8da

Browse files
committed
Update code-sign.yml for Azure Pipelines
1 parent be9da9c commit f35f8da

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: and(succeeded(), ne('${{ parameters.OOBBranch }}', 'none'))
23+
condition: and(succeeded(), ne(parameters.OOBBranch, 'none'))
2424
- pwsh: 'Install-Module platyPS -Force -Confirm:$false -Scope CurrentUser'
2525
displayName: 'Install platyPS'
2626

0 commit comments

Comments
 (0)