We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12b37 commit d78dcf0Copy full SHA for d78dcf0
.pipelines/1p-e2e.yml
@@ -5,7 +5,7 @@ variables:
5
${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/') }}:
6
sourceBranchName: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
7
${{ if startsWith(variables['System.PullRequest.SourceBranch'], 'refs/pull/') }}:
8
- sourceBranchName: ${{ replace(variables['System.PullRequest.SourceBranch'], 'refs/heads/', '') }}
+ sourceBranchName: ${{ replace(variables['System.PullRequest.SourceBranch'], 'refs/pull/', '') }}
9
10
resources:
11
repositories:
0 commit comments