Skip to content

Commit

Permalink
[main] Change OneLocBuild mirror branch to release/8.0 temporarily (#…
Browse files Browse the repository at this point in the history
…90812)

* [main] Change OneLocBuild mirror branch to release/8.0 temporarily

* Re-enable OneLocBuild in runtime-official.yml

* Do not modify common, add the parameter in the uncommented lines instead.

* Revert spacing

* Change condition
  • Loading branch information
carlossanlop authored Aug 21, 2023
1 parent 2e6ff52 commit f868d08
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ extends:
# Localization build
#

# disabled due to https://github.com/dotnet/runtime/issues/90466
#- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
# - template: /eng/common/templates/job/onelocbuild.yml
# parameters:
# MirrorRepo: runtime
# LclSource: lclFilesfromPackage
# LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0') }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: runtime
MirrorBranch: release/8.0
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'

#
# Source Index Build
Expand Down

0 comments on commit f868d08

Please sign in to comment.