File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -304,34 +304,34 @@ stages:
304
304
- windows_arm
305
305
- windows_arm64
306
306
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
309
311
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'
324
319
325
320
#
326
321
# PGO Build
327
322
#
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 :
332
337
isOfficialBuild : ${{ variables.isOfficialBuild }}
333
- liveRuntimeBuildConfig : release
334
- liveLibrariesBuildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
335
- pgoType : ' PGO'
336
- platforms :
337
- - windows_x64
You can’t perform that action at this time.
0 commit comments