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