Skip to content

Commit f940a21

Browse files
committed
Updaing build for new hotfix branch
1 parent 8d91a2f commit f940a21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name: 2.0.$(buildNumber)
66
pr:
77
branches:
88
include:
9-
- release/2.0-hotfix-73.2
9+
- release/2.0-hotfix-73.3
1010
- v2.x
1111

1212
trigger:
1313
branches:
1414
include:
15-
- release/2.0-hotfix-73.2
15+
- release/2.0-hotfix-73.3
1616
- v2.x
1717

1818
jobs:

build/initialize-pipeline.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ $bypassPackaging = $true
44
$suffix = "-ci"
55
Write-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
}

0 commit comments

Comments
 (0)