enable for testing in CI

This commit is contained in:
Marc Paine 2023-01-03 17:08:53 -08:00
parent d17b9bf562
commit 02669ffb12

View file

@ -18,13 +18,13 @@ parameters:
enablePublishUsingPipelines: true enablePublishUsingPipelines: true
jobs: 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 - template: /eng/common/templates/job/onelocbuild.yml
parameters: parameters:
CreatePr: true CreatePr: true
LclSource: lclFilesfromPackage LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-DOTNETINSTALLER' LclPackageId: 'LCL-JUNO-PROD-DOTNETINSTALLER'
MirrorBranch: release/7.0.1xx MirrorBranch: main
MirrorRepo: sdk MirrorRepo: sdk
- template: /eng/common/templates/job/job.yml - template: /eng/common/templates/job/job.yml