File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name: 2.0.$(buildNumber)
66pr :
77 branches :
88 include :
9- - release/2.0-hotfix-73.2
9+ - release/2.0-hotfix-73.3
1010 - v2.x
1111
1212trigger :
1313 branches :
1414 include :
15- - release/2.0-hotfix-73.2
15+ - release/2.0-hotfix-73.3
1616 - v2.x
1717
1818jobs :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ $bypassPackaging = $true
44$suffix = " -ci"
55Write-Host " SourceBranch: $sourceBranch , Build reason: $buildReason "
66
7- if ($sourceBranch.endsWith (' release/2.0-hotfix-73.2 ' )) {
7+ if ($sourceBranch.endsWith (' release/2.0-hotfix-73.3 ' )) {
88 $suffix = " "
99}
1010
11- if (($sourceBranch.endsWith (' v2.x' ) -or $sourceBranch.endsWith (' release/2.0-hotfix-73.2 ' )) -and ($buildReason -ne " PullRequest" ))
11+ if (($sourceBranch.endsWith (' v2.x' ) -or $sourceBranch.endsWith (' release/2.0-hotfix-73.3 ' )) -and ($buildReason -ne " PullRequest" ))
1212{
1313 $bypassPackaging = $false
1414}
You can’t perform that action at this time.
0 commit comments