File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
include :
9
9
- master
10
10
- dev
11
+ - release/v2.x.hotfix-73
11
12
12
13
trigger :
13
14
branches :
14
15
include :
15
16
- master
16
17
- dev
18
+ - release/v2.x.hotfix-73
17
19
18
20
jobs :
19
21
- job : InitializePipeline
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ $bypassPackaging = $true
4
4
$includeSuffix = $true
5
5
Write-Host " SourceBranch: $sourceBranch , Build reason: $buildReason "
6
6
7
- if (($sourceBranch.endsWith (' master' ) -or $sourceBranch.endsWith (' dev' )) -and ($buildReason -ne " PullRequest" ))
7
+ if (($sourceBranch.endsWith (' master' ) -or $sourceBranch.endsWith (' v2.x.hotfix-73 ' ) -or $sourceBranch .endsWith ( ' dev' )) -and ($buildReason -ne " PullRequest" ))
8
8
{
9
- if ($sourceBranch.endsWith (' master' )) {
9
+ if ($sourceBranch.endsWith (' v2.x.hotfix-73 ' ) -or $sourceBranch .endsWith ( ' master' )) {
10
10
$includeSuffix = $false
11
11
}
12
12
$bypassPackaging = $false
You can’t perform that action at this time.
0 commit comments