From 5890820d0269d9f778aa81669eded130b636b902 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 23 Jan 2023 14:58:44 -0800 Subject: [PATCH] Switch locbuild to main --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index b14ed90a6..aa840134c 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-enablelocbuildmain')) }}: + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}: - template: /eng/common/templates/job/onelocbuild.yml parameters: CreatePr: true