Skip to content

Commit

Permalink
Merge pull request #5630 from dotnet/dev/dreddy/locdisable
Browse files Browse the repository at this point in the history
disable loc in main in order to get PRs for release branch.
  • Loading branch information
dreddy-work authored Aug 30, 2021
2 parents c695d7d + 9b21f21 commit 07f6de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/templates/job/onelocbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
GithubPat: $(BotAccount-dotnet-bot-repo-PAT)

SourcesDirectory: $(Build.SourcesDirectory)
CreatePr: true
CreatePr: false
AutoCompletePr: false
UseLfLineEndings: true
UseCheckedInLocProjectJson: false
Expand Down

0 comments on commit 07f6de3

Please sign in to comment.