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
|
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
|
||||||
|
|
Loading…
Reference in a new issue