Enable loc build (#52479)
authorEric StJohn <ericstj@microsoft.com>
Mon, 10 May 2021 15:39:04 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 15:39:04 +0000 (08:39 -0700)
* Add localization step to official build

* Add package to loc build

eng/pipelines/runtime-official.yml

index 2d6e802..154a91f 100644 (file)
@@ -42,6 +42,15 @@ stages:
   jobs:
 
   #
+  # Localization build
+  #
+  - template: /eng/common/templates/job/onelocbuild.yml
+    parameters:
+      CreatePr: false
+      LclSource: lclFilesfromPackage
+      LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
+
+  #
   # Source Index Build
   #
   - template: ./source-index.yml