Skip to content

Commit 9282673

Browse files
committed
Updating build files to trigger hotfix build
1 parent 21e3d36 commit 9282673

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-pipelines.yml

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

1212
trigger:
1313
branches:
1414
include:
15-
- release/2.0
15+
- release/2.0-hotfix-73.1
1616
- v2.x
17-
17+
1818
jobs:
1919
- job: InitializePipeline
2020
pool:

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')) {
7+
if($sourceBranch.endsWith('release/2.0-hotfix-73.1')) {
88
$suffix = ""
99
}
1010

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"))
1212
{
1313
$bypassPackaging = $false
1414
}

0 commit comments

Comments
 (0)