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 5c06b72 commit a350a01Copy full SHA for a350a01
.devops/templates/variables.yml
@@ -27,5 +27,6 @@ variables:
27
targetBranch: 'origin/$(System.PullRequest.TargetBranch)'
28
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
29
isPR: false
30
+ targetBranch: ''
31
32
skipComponentGovernanceDetection: ${{ parameters.skipComponentGovernanceDetection }}
0 commit comments