Fix build (#48127)
authorAndy Gocke <angocke@microsoft.com>
Wed, 10 Feb 2021 22:47:21 +0000 (14:47 -0800)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 22:47:21 +0000 (14:47 -0800)
Accidentally deleted formatting in runtime.yml

eng/pipelines/runtime.yml

index 23ae42b..1ceab31 100644 (file)
@@ -701,16 +701,16 @@ jobs:
   #
   # PGO Build
   #
- template: /eng/pipelines/installer/installer-matrix.yml
- parameters:
-   buildConfig: Release
-   jobParameters:
-     isOfficialBuild: ${{ variables.isOfficialBuild }}
-     liveRuntimeBuildConfig: release
-     liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
-     pgoType: 'PGO'
-   platforms:
-   - windows_x64
+- template: /eng/pipelines/installer/installer-matrix.yml
 parameters:
+    buildConfig: Release
+    jobParameters:
+      isOfficialBuild: ${{ variables.isOfficialBuild }}
+      liveRuntimeBuildConfig: release
+      liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
+      pgoType: 'PGO'
+    platforms:
+    - windows_x64
 
 #
 # Crossgen-comparison jobs