Skip to content

Commit c9a1355

Browse files
authored
Fix official build (#48139)
1 parent 71eda6f commit c9a1355

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -304,34 +304,34 @@ stages:
304304
- windows_arm
305305
- windows_arm64
306306

307-
- ${{ if eq(variables.isOfficialBuild, true) }}:
308-
- template: /eng/pipelines/official/stages/publish.yml
307+
#
308+
# Build PGO CoreCLR release
309+
#
310+
- template: /eng/pipelines/common/platform-matrix.yml
309311
parameters:
310-
isOfficialBuild: ${{ variables.isOfficialBuild }}
311-
312-
#
313-
# Build PGO CoreCLR release
314-
#
315-
- template: /eng/pipelines/common/platform-matrix.yml
316-
parameters:
317-
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
318-
buildConfig: release
319-
platforms:
320-
- windows_x64
321-
jobParameters:
322-
testGroup: innerloop
323-
pgoType: 'PGO'
312+
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
313+
buildConfig: release
314+
platforms:
315+
- windows_x64
316+
jobParameters:
317+
testGroup: innerloop
318+
pgoType: 'PGO'
324319

325320
#
326321
# PGO Build
327322
#
328-
- template: /eng/pipelines/installer/installer-matrix.yml
329-
parameters:
330-
buildConfig: Release
331-
jobParameters:
323+
- template: /eng/pipelines/installer/installer-matrix.yml
324+
parameters:
325+
buildConfig: Release
326+
jobParameters:
327+
isOfficialBuild: ${{ variables.isOfficialBuild }}
328+
liveRuntimeBuildConfig: release
329+
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
330+
pgoType: 'PGO'
331+
platforms:
332+
- windows_x64
333+
334+
- ${{ if eq(variables.isOfficialBuild, true) }}:
335+
- template: /eng/pipelines/official/stages/publish.yml
336+
parameters:
332337
isOfficialBuild: ${{ variables.isOfficialBuild }}
333-
liveRuntimeBuildConfig: release
334-
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
335-
pgoType: 'PGO'
336-
platforms:
337-
- windows_x64

0 commit comments

Comments
 (0)