We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22be4ca commit f84475aCopy full SHA for f84475a
eng/pipelines/runtime-official.yml
@@ -40,12 +40,11 @@ extends:
40
#
41
# Localization build
42
43
-
44
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0') }}:
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
45
- template: /eng/common/templates-official/job/onelocbuild.yml
46
parameters:
47
MirrorRepo: runtime
48
- MirrorBranch: release/9.0
+ MirrorBranch: main
49
LclSource: lclFilesfromPackage
50
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
51
0 commit comments