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