Skip to content

Commit a350a01

Browse files
committed
Fix targetBranch in CI/release builds
1 parent 5c06b72 commit a350a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devops/templates/variables.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ variables:
2727
targetBranch: 'origin/$(System.PullRequest.TargetBranch)'
2828
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
2929
isPR: false
30+
targetBranch: ''
3031

3132
skipComponentGovernanceDetection: ${{ parameters.skipComponentGovernanceDetection }}

0 commit comments

Comments
 (0)