File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/SourceBuild/Arcade/eng/common/templates/job Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ parameters:
1313 # The following parameters aren't expected to be passed in rather they are used for encapsulation
1414 # -----------------------------------------------------------------------------------------------
1515 buildJobTimeout : 300
16+ alpine315Container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20211214164127-f0ea7ba
1617 centOS7Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build-20210714125450-5d87b80
1718 centOS8Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20211118190102-9355e7b
1819 centOSStream9Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
3940 ${{ parameters.poolInternal }}
4041 strategy :
4142 matrix :
43+ Alpine315-Offline :
44+ _BootstrapPrep : true
45+ _BuildArch : x64
46+ _Container : ${{ parameters.alpine315Container }}
47+ _ExcludeOmniSharpTests : true
48+ _RunOnline : false
4249 CentOS7-Online :
4350 _BootstrapPrep : false
4451 _BuildArch : x64
You can’t perform that action at this time.
0 commit comments