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 6b7a037 commit b20f8e9Copy full SHA for b20f8e9
.azure-pipelines/code-sign.yml
@@ -20,7 +20,7 @@ jobs:
20
git remote set-url origin https://azure-powershell-bot:[email protected]/Azure/azure-powershell.git;
21
git fetch origin
22
git checkout -b ${{ parameters.OOBBranch }} origin/${{ parameters.OOBBranch }}
23
- condition: ${{ eq(parameters.OOBBranch, 'none') }}
+ condition: ne('${{ parameters.OOBBranch }}', 'none')
24
- pwsh: 'Install-Module platyPS -Force -Confirm:$false -Scope CurrentUser'
25
displayName: 'Install platyPS'
26
0 commit comments