From 02669ffb12c9ef9f343716b68234ed4d9ec39031 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 3 Jan 2023 17:08:53 -0800 Subject: [PATCH] enable for testing in CI --- eng/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/build.yml b/eng/build.yml index c63188cd2..2944d5f36 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -18,13 +18,13 @@ parameters: enablePublishUsingPipelines: true jobs: -- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}: +- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['Build.SourceBranch'], 'refs/heads/main')) }}: - template: /eng/common/templates/job/onelocbuild.yml parameters: CreatePr: true LclSource: lclFilesfromPackage LclPackageId: 'LCL-JUNO-PROD-DOTNETINSTALLER' - MirrorBranch: release/7.0.1xx + MirrorBranch: main MirrorRepo: sdk - template: /eng/common/templates/job/job.yml