@@ -1377,7 +1377,7 @@ extends:
1377
1377
jobParameters :
1378
1378
buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release -test
1379
1379
dependsOn :
1380
- - build_${{ variables.osGroup }}${{ variables.osSubgroup }}_${{ variables.archType }}_release_CoreCLR_Libraries
1380
+ - build_windoes_x86_release_CoreCLR_Libraries
1381
1381
preBuildSteps :
1382
1382
- template : /eng/pipelines/common/download-artifact-step.yml
1383
1383
parameters :
@@ -1402,11 +1402,38 @@ extends:
1402
1402
buildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
1403
1403
platforms :
1404
1404
- osx_x64
1405
+ jobParameters :
1406
+ buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release -test
1407
+ dependsOn :
1408
+ - build_osx_x64_${{ variables.debugOnPrReleaseOnRolling }}_CoreCLR_Libraries
1409
+ preBuildSteps :
1410
+ - template : /eng/pipelines/common/download-artifact-step.yml
1411
+ parameters :
1412
+ artifactName : CoreCLR_Libraries_BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_$(debugOnPrReleaseOnRolling)
1413
+ artifactFileName : CoreCLR_Libraries_BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_$(debugOnPrReleaseOnRolling)
1414
+ unpackFolder : $(Build.SourcesDirectory)/artifacts/bin
1415
+ displayName : ' unified artifacts'
1416
+ enablePublishTestResults : true
1417
+ testRunTitle : Installer-$(osGroup)$(osSubgroup)_$(archType)
1418
+ postBuildSteps :
1419
+ - template : /eng/pipelines/installer/steps/upload-job-artifacts.yml
1420
+ parameters :
1421
+ name : $(osGroup)$(osSubgroup)_$(archType)
1422
+ condition :
1423
+ or(
1424
+ eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_non_mono_and_wasm.containsChange'], true),
1425
+ eq(variables['isRollingBuild'], true))
1426
+
1427
+ - template : /eng/pipelines/common/platform-matrix.yml
1428
+ parameters :
1429
+ jobTemplate : /eng/pipelines/common/global-build-job.yml
1430
+ buildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
1431
+ platforms :
1405
1432
- windows_x64
1406
1433
jobParameters :
1407
1434
buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release -test
1408
1435
dependsOn :
1409
- - build_${{ variables.osGroup }}${{ variables.osSubgroup }}_${{ variables.archType }}_ ${{ variables.debugOnPrReleaseOnRolling }}_CoreCLR_Libraries
1436
+ - build_windows_x64_ ${{ variables.debugOnPrReleaseOnRolling }}_CoreCLR_Libraries
1410
1437
preBuildSteps :
1411
1438
- template : /eng/pipelines/common/download-artifact-step.yml
1412
1439
parameters :
@@ -1434,7 +1461,7 @@ extends:
1434
1461
jobParameters :
1435
1462
buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release -test
1436
1463
dependsOn :
1437
- - build_${{ variables.osGroup }}${{ variables.osSubgroup }}_${{ variables.archType }}_ ${{ variables.debugOnPrReleaseOnRolling }}_CoreCLR_Libraries
1464
+ - build_linux_x64_ ${{ variables.debugOnPrReleaseOnRolling }}_CoreCLR_Libraries
1438
1465
preBuildSteps :
1439
1466
- template : /eng/pipelines/common/download-artifact-step.yml
1440
1467
parameters :
0 commit comments