Skip to content

Commit

Permalink
Disable loc builds from release branch for 6.0 (#5653) (#5655) (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreddy-work authored Sep 1, 2021
1 parent 938972a commit 546b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stages:
skipTests: $(SkipTests)


- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if and( and( ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
- stage: OneLocBuild
displayName: Publish localizable content to OneLocBuild
jobs:
Expand Down

0 comments on commit 546b5c1

Please sign in to comment.