Skip to content

Commit ce5a4b2

Browse files
committed
[ToGenerateArtifacts][ShouldBeReverted] Commit to trigger devops build and generate artifacts for release.
1 parent 155af59 commit ce5a4b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ pr:
88
include:
99
- master
1010
- dev
11+
- release/v2.x.hotfix-73
1112

1213
trigger:
1314
branches:
1415
include:
1516
- master
1617
- dev
18+
- release/v2.x.hotfix-73
1719

1820
jobs:
1921
- job: InitializePipeline

build/initialize-pipeline.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ $bypassPackaging = $true
44
$includeSuffix = $true
55
Write-Host "SourceBranch: $sourceBranch, Build reason: $buildReason"
66

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"))
88
{
9-
if($sourceBranch.endsWith('master')) {
9+
if($sourceBranch.endsWith('v2.x.hotfix-73') -or $sourceBranch.endsWith('master')) {
1010
$includeSuffix = $false
1111
}
1212
$bypassPackaging = $false

0 commit comments

Comments
 (0)