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 @@ -12,6 +12,7 @@ parameters:
1212
1313 # The following parameters aren't expected to be passed in rather they are used for encapsulation
1414 # -----------------------------------------------------------------------------------------------
15+ alpine315Container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20220809205726-94fc78a
1516 centOSStream8Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
1617 centOSStream9Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
1718 debian11Arm64Container : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
4243 _EnablePoison : false
4344 _ExcludeOmniSharpTests : true
4445 _RunOnline : true
46+ Alpine315-Offline :
47+ _BootstrapPrep : true
48+ _Container : ${{ parameters.alpine315Container }}
49+ _EnablePoison : false
50+ _ExcludeOmniSharpTests : true
51+ _RunOnline : false
4552 ${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
4653 CentOSStream8-Offline :
4754 _BootstrapPrep : false
You can’t perform that action at this time.
0 commit comments