Skip to content

Commit a9d6beb

Browse files
authored
Fix build (#48127)
Accidentally deleted formatting in runtime.yml
1 parent bbb4b0c commit a9d6beb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

eng/pipelines/runtime.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -701,16 +701,16 @@ jobs:
701701
#
702702
# PGO Build
703703
#
704-
template: /eng/pipelines/installer/installer-matrix.yml
705-
parameters:
706-
buildConfig: Release
707-
jobParameters:
708-
isOfficialBuild: ${{ variables.isOfficialBuild }}
709-
liveRuntimeBuildConfig: release
710-
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
711-
pgoType: 'PGO'
712-
platforms:
713-
- windows_x64
704+
- template: /eng/pipelines/installer/installer-matrix.yml
705+
parameters:
706+
buildConfig: Release
707+
jobParameters:
708+
isOfficialBuild: ${{ variables.isOfficialBuild }}
709+
liveRuntimeBuildConfig: release
710+
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
711+
pgoType: 'PGO'
712+
platforms:
713+
- windows_x64
714714

715715
#
716716
# Crossgen-comparison jobs

0 commit comments

Comments
 (0)