File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Arcade/eng/common/templates/job
tarball/content/eng/bootstrap Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ parameters:
12
12
13
13
# The following parameters aren't expected to be passed in rather they are used for encapsulation
14
14
# -----------------------------------------------------------------------------------------------
15
+ alpine315Container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20220809205726-94fc78a
15
16
centOSStream8Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
16
17
centOSStream9Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
17
18
debian11Arm64Container : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
42
43
_EnablePoison : false
43
44
_ExcludeOmniSharpTests : true
44
45
_RunOnline : true
46
+ Alpine315-Offline :
47
+ _BootstrapPrep : true
48
+ _Container : ${{ parameters.alpine315Container }}
49
+ _EnablePoison : false
50
+ _ExcludeOmniSharpTests : true
51
+ _RunOnline : false
45
52
${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
46
53
CentOSStream8-Offline :
47
54
_BootstrapPrep : false
Original file line number Diff line number Diff line change 18
18
<PackageDownload Include =" Microsoft.NETCore.ILAsm" Version =" [$(MicrosoftNETCoreILAsmVersion)]" />
19
19
<PackageDownload Include =" Microsoft.NETCore.ILDAsm" Version =" [$(MicrosoftNETCoreILDAsmVersion)]" />
20
20
<PackageDownload Include =" Microsoft.NETCore.TestHost" Version =" [$(MicrosoftNETCoreTestHostVersion)]" />
21
+ <PackageDownload Include =" Microsoft.NETCore.App.Host.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppHostLinuxX64Version)]" />
21
22
<PackageDownload Include =" runtime.linux-x64.Microsoft.NETCore.ILAsm" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreILAsmVersion)]" />
22
23
<PackageDownload Include =" runtime.linux-x64.Microsoft.NETCore.ILDAsm" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreILDAsmVersion)]" />
23
24
<PackageDownload Include =" runtime.linux-x64.Microsoft.NETCore.TestHost" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreTestHostVersion)]" />
You can’t perform that action at this time.
0 commit comments