From 561991f9726b18a168be88fb4ca801504c3e28d1 Mon Sep 17 00:00:00 2001 From: Hong Li Date: Tue, 17 Oct 2023 15:14:14 -0700 Subject: [PATCH] Remove loc build in release/4.10 (#5322) --- azure-pipelines-arcade.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines-arcade.yml b/azure-pipelines-arcade.yml index 2650b8af0ac..8ccd6780cc3 100644 --- a/azure-pipelines-arcade.yml +++ b/azure-pipelines-arcade.yml @@ -46,12 +46,12 @@ stages: - stage: Build displayName: Build jobs: - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}: - - template: /eng/common/templates/job/onelocbuild.yml - parameters: - MirrorRepo: wcf - LclSource: lclFilesfromPackage - LclPackageId: 'LCL-JUNO-PROD-WCF-REL' + # - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}: + # - template: /eng/common/templates/job/onelocbuild.yml + # parameters: + # MirrorRepo: wcf + # LclSource: lclFilesfromPackage + # LclPackageId: 'LCL-JUNO-PROD-WCF-REL' - template: /eng/common/templates/jobs/jobs.yml parameters: enableMicrobuild: true