File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Arcade/eng/common/templates/job
tarball/content/eng/bootstrap Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ parameters:
9
9
10
10
# The following parameters aren't expected to be passed in rather they are used for encapsulation
11
11
# -----------------------------------------------------------------------------------------------
12
+ alpine315Container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20220809205726-94fc78a
12
13
centOSStream8Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
13
14
centOSStream9Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
14
15
debian11Arm64Container : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
44
45
_EnablePoison : false
45
46
_ExcludeOmniSharpTests : true
46
47
_RunOnline : false
48
+ Alpine315-Offline :
49
+ _BootstrapPrep : true
50
+ _Container : ${{ parameters.alpine315Container }}
51
+ _EnablePoison : false
52
+ _ExcludeOmniSharpTests : true
53
+ _RunOnline : false
47
54
${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
48
55
CentOSStream9-Offline :
49
56
_BootstrapPrep : false
Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<!-- These packages will be replaced with ms-built packages downloaded from official package feeds-->
16
+ <PackageDownload Include =" Microsoft.AspNetCore.App.Runtime.linux-musl-x64" Version =" [$(MicrosoftAspNetCoreAppRuntimeLinuxX64Version)]" />
16
17
<PackageDownload Include =" Microsoft.NET.HostModel" Version =" [$(MicrosoftNETHostModelVersion)]" />
17
18
<PackageDownload Include =" Microsoft.NET.Sdk.IL" Version =" [$(MicrosoftNETSdkILVersion)]" />
19
+ <PackageDownload Include =" Microsoft.NETCore.App.Host.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppHostLinuxX64Version)]" />
20
+ <PackageDownload Include =" Microsoft.NETCore.App.Runtime.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppRuntimeLinuxX64Version)]" />
21
+ <PackageDownload Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppCrossgen2LinuxX64Version)]" />
18
22
<PackageDownload Include =" Microsoft.NETCore.ILAsm" Version =" [$(MicrosoftNETCoreILAsmVersion)]" />
19
23
<PackageDownload Include =" Microsoft.NETCore.ILDAsm" Version =" [$(MicrosoftNETCoreILDAsmVersion)]" />
20
24
<PackageDownload Include =" Microsoft.NETCore.TestHost" Version =" [$(MicrosoftNETCoreTestHostVersion)]" />
24
28
<PackageDownload Include =" runtime.linux-x64.runtime.native.System.IO.Ports" Version =" [$(RuntimeLinuxX64RuntimeNativeSystemIOPortsVersion)]" />
25
29
<PackageDownload Include =" runtime.linux-musl-x64.Microsoft.NETCore.ILAsm" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreILAsmVersion)]" />
26
30
<PackageDownload Include =" runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreILDAsmVersion)]" />
31
+ <PackageDownload Include =" runtime.linux-musl-x64.Microsoft.NETCore.ObjWriter" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreRuntimeObjWriterVersion)]" />
27
32
<PackageDownload Include =" runtime.linux-musl-x64.Microsoft.NETCore.TestHost" Version =" [$(RuntimeLinuxX64MicrosoftNETCoreTestHostVersion)]" />
28
33
<!-- There's no nuget package for runtime.linux-musl-x64.runtime.native.System.IO.Ports
29
34
<PackageReference Include="runtime.linux-musl-x64.runtime.native.System.IO.Ports" Version="$(RuntimeLinuxX64RuntimeNativeSystemIOPortsVersion)" />
You can’t perform that action at this time.
0 commit comments