Skip to content

Commit 75da1eb

Browse files
committed
Update release branch for hotfix (3) build
1 parent 9bc0129 commit 75da1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ pr:
77
branches:
88
include:
99
- dev
10-
- release/3.0-hotfix-88-2
10+
- release/3.0-hotfix-88-3
1111
- release/ExtensionsMetadataGenerator/1.1
1212

1313
trigger:
1414
branches:
1515
include:
1616
- dev
17-
- release/3.0-hotfix-88-2
17+
- release/3.0-hotfix-88-3
1818
- release/ExtensionsMetadataGenerator/1.1
1919

2020
jobs:
@@ -39,7 +39,7 @@ jobs:
3939
dependsOn: InitializePipeline
4040
condition: and(succeeded(), or(ne(variables['Build.Reason'], 'PullRequest'), eq(dependencies.InitializePipeline.outputs['Initialize.BuildArtifacts'], true)))
4141
variables:
42-
${{ if or( eq( variables['Build.Reason'], 'PullRequest' ), and( not( endswith( variables['Build.SourceBranch'], 'release/3.0-hotfix-88-2' ) ), not( endswith( variables['Build.SourceBranch'], 'release/ExtensionsMetadataGenerator/1.1' ) ) ) ) }}:
42+
${{ if or( eq( variables['Build.Reason'], 'PullRequest' ), and( not( endswith( variables['Build.SourceBranch'], 'release/3.0-hotfix-88-3' ) ), not( endswith( variables['Build.SourceBranch'], 'release/ExtensionsMetadataGenerator/1.1' ) ) ) ) }}:
4343
suffixTemp: ci
4444
packSuffixSwitchTemp: --version-suffix ci
4545
emgSuffixSwitchTemp: --version-suffix ci$(buildNumber)

0 commit comments

Comments
 (0)