We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7905da commit a54450dCopy full SHA for a54450d
eng/pipelines/runtime-official.yml
@@ -42,12 +42,12 @@ extends:
42
#
43
44
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0') }}:
45
- - template: /eng/common/templates/job/onelocbuild.yml
46
- parameters:
47
- MirrorRepo: runtime
48
- MirrorBranch: release/8.0
49
- LclSource: lclFilesfromPackage
50
- LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
+ - template: /eng/common/templates/job/onelocbuild.yml
+ parameters:
+ MirrorRepo: runtime
+ MirrorBranch: release/8.0
+ LclSource: lclFilesfromPackage
+ LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
51
52
53
# Source Index Build
0 commit comments