Skip to content

Commit

Permalink
Fix build (#48127)
Browse files Browse the repository at this point in the history
Accidentally deleted formatting in runtime.yml
  • Loading branch information
agocke authored Feb 10, 2021
1 parent bbb4b0c commit a9d6beb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9d6beb

Please sign in to comment.