Skip to content

Commit 35070ae

Browse files
authored
fix not loc build issue with release/6.1 branch (#5537)
1 parent 149d35a commit 35070ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-arcade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extends:
4545
- stage: Build
4646
displayName: Build
4747
jobs:
48-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
48+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.SourceBranch'], 'refs/heads/release/6.1'))) }}:
4949
- template: /eng/common/templates-official/job/onelocbuild.yml@self
5050
parameters:
5151
MirrorRepo: wcf

0 commit comments

Comments
 (0)