Skip to content

Commit 831d23e

Browse files
author
Mirroring
committed
Merge commit 'c97d3a415dfcf6cbf099a31747dad98ce7c13279'
2 parents 710b9e0 + c97d3a4 commit 831d23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/runtime-official.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ extends:
4141
# Localization build
4242
#
4343

44-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0') }}:
44+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
4545
- template: /eng/common/templates-official/job/onelocbuild.yml
4646
parameters:
4747
MirrorRepo: runtime
48-
MirrorBranch: release/9.0
48+
MirrorBranch: main
4949
LclSource: lclFilesfromPackage
5050
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
5151

@@ -661,7 +661,7 @@ extends:
661661
flattenFolders: true
662662

663663
buildArgs: -s mono.workloads -c $(_BuildConfig) /p:PackageSource=$(Build.SourcesDirectory)/artifacts/workloadPackages /p:WorkloadOutputPath=$(Build.SourcesDirectory)/artifacts/workloads
664-
664+
665665
postBuildSteps:
666666
# Upload packages wrapping msis
667667
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml

0 commit comments

Comments
 (0)