enable for testing in CI
This commit is contained in:
parent
d17b9bf562
commit
02669ffb12
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue