run the loc build in this branch

This commit is contained in:
Marc Paine 2023-01-20 16:46:27 -08:00
parent 3d60ffefdb
commit 2b66be167e

View file

@ -53,7 +53,7 @@ variables:
stages:
- stage: Build
jobs:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/marcpopMSFT-enablelocbuild')) }}:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/marcpopMSFT-enablelocbuildmain')) }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
CreatePr: true