From 2b66be167e3e1322573f3b0be5db77f72a112e93 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 20 Jan 2023 16:46:27 -0800 Subject: [PATCH] run the loc build in this branch --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index bda09b044..79b5a086d 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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