File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,32 @@ variables:
1313
1414jobs :
1515 - template : /eng/pipelines/common/checkout-job.yml
16-
16+
17+ #
18+ # CoreCLR Build
19+ #
20+ - template : /eng/pipelines/common/platform-matrix.yml
21+ parameters :
22+ jobTemplate : /eng/pipelines/coreclr/templates/build-job.yml
23+ buildConfig : release
24+ platforms :
25+ - ${{ if eq(variables['includeWindowsOuterloop'], true) }} :
26+ - Windows_NT_x64
27+ - Windows_NT_x86
28+ - ${{ if eq(variables['includeLinuxOuterloop'], true) }} :
29+ - Linux_x64
30+ - Linux_musl_x64
31+ - ${{ if eq(variables['isFullMatrix'], true) }} :
32+ - Linux_arm
33+ - Linux_arm64
34+ - Linux_musl_arm64
35+ - ${{ if eq(variables['includeOsxOuterloop'], true) }} :
36+ - OSX_x64
37+ jobParameters :
38+ testGroup : innerloop
39+ #
40+ # Libraries Build
41+ #
1742 - template : /eng/pipelines/common/platform-matrix.yml
1843 parameters :
1944 jobTemplate : /eng/pipelines/libraries/build-job.yml
3964 framework : netcoreapp
4065 runTests : true
4166 testScope : outerloop
67+ liveCoreClrBuildConfig : release
4268
4369 - ${{ if eq(variables['isFullMatrix'], false) }} :
4470 - template : /eng/pipelines/common/platform-matrix.yml
6086 framework : netcoreapp
6187 runTests : true
6288 testScope : outerloop
89+ liveCoreClrBuildConfig : release
6390
6491 - ${{ if eq(variables['includeWindowsOuterloop'], true) }} :
6592 - template : /eng/pipelines/common/platform-matrix.yml
You can’t perform that action at this time.
0 commit comments