Skip to content

Commit be9da9c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
- name: OOBBranch
33
displayName: Branch for OOB pipeline
44
type: string
5-
default: ''
5+
default: 'none'
66
jobs:
77
- job: Release
88
timeoutInMinutes: 180
@@ -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 }}', ''))
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)