We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d0578 commit 3e87deeCopy full SHA for 3e87dee
1 file changed
eng/pipelines/official.yml
@@ -53,7 +53,7 @@ extends:
53
- template: /eng/pipelines/templates/pipeline.yml@self
54
parameters:
55
isOfficialBuild: true
56
- ${{ if or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')) }}:
+ ${{ if or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), eq(variables['Build.SourceBranch'], format('refs/heads/{0}', variables['OneLocReleaseBranch']))) }}:
57
RunOneLocBuild: true
58
RunBuildForPublishing: ${{parameters.RunBuildForPublishing}}
59
SigningType: ${{ parameters.SigningType }}
0 commit comments