From: Viktor Hofer Date: Mon, 30 Jan 2023 12:38:12 +0000 (+0100) Subject: Re-enable OneLocBuild (#81296) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~4344 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f55ec6f3437611f875958de89158708bae519427;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Re-enable OneLocBuild (#81296) Fixes https://github.com/dotnet/runtime/issues/80729 --- diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 39dc4ca..a07670f 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -39,14 +39,12 @@ extends: # Localization build # - # TODO: Re-enable when https://github.com/dotnet/runtime/issues/80729 is fixed. - - #- ${{ 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/main') }}: + - template: /eng/common/templates/job/onelocbuild.yml + parameters: + MirrorRepo: runtime + LclSource: lclFilesfromPackage + LclPackageId: 'LCL-JUNO-PROD-RUNTIME' # # Source Index Build