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-20230201170331-8b7d579
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
49
50
_ExcludeOmniSharpTests : true
50
51
_RunOnline : false
51
52
_WithPreviousSDK : false
53
+ Alpine315-Offline :
54
+ _BootstrapPrep : true
55
+ _Container : ${{ parameters.alpine315Container }}
56
+ _EnablePoison : false
57
+ _ExcludeOmniSharpTests : true
58
+ _RunOnline : false
59
+ _WithPreviousSDK : false
52
60
${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
53
61
CentOSStream8-WithPreviousSDK :
54
62
_BootstrapPrep : false
Original file line number Diff line number Diff line change 15
15
<ItemGroup >
16
16
<!-- These packages will be replaced with ms-built packages downloaded from official package feeds-->
17
17
<PackageDownload Include =" Microsoft.Aspnetcore.App.Runtime.linux-x64" Version =" [$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
18
+ <PackageDownload Include =" Microsoft.AspNetCore.App.Runtime.linux-musl-x64" Version =" [$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
18
19
<PackageDownload Include =" Microsoft.NETCore.App.Crossgen2.linux-x64" Version =" [$(MicrosoftNETCoreAppCrossgen2Version)]" />
19
20
<PackageDownload Include =" Microsoft.NETCore.App.Host.linux-x64" Version =" [$(MicrosoftNETCoreAppHostPackageVersion)]" />
20
21
<PackageDownload Include =" Microsoft.NETCore.App.Runtime.linux-x64" Version =" [$(MicrosoftNETCoreAppRuntimeVersion)]" />
21
22
<PackageDownload Include =" Microsoft.NET.HostModel" Version =" [$(MicrosoftNETHostModelVersion)]" />
22
23
<PackageDownload Include =" Microsoft.NET.Sdk.IL" Version =" [$(MicrosoftNETSdkILVersion)]" />
24
+ <PackageDownload Include =" Microsoft.NETCore.App.Host.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppHostLinuxX64Version)]" />
25
+ <PackageDownload Include =" Microsoft.NETCore.App.Runtime.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppRuntimeLinuxX64Version)]" />
26
+ <PackageDownload Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-x64" Version =" [$(MicrosoftNETCoreAppCrossgen2LinuxX64Version)]" />
23
27
<PackageDownload Include =" Microsoft.NETCore.ILAsm" Version =" [$(MicrosoftNETCoreILAsmVersion)]" />
24
28
<PackageDownload Include =" Microsoft.NETCore.ILDAsm" Version =" [$(MicrosoftNETCoreILDAsmVersion)]" />
25
29
<PackageDownload Include =" Microsoft.NETCore.TestHost" Version =" [$(MicrosoftNETCoreTestHostVersion)]" />
You can’t perform that action at this time.
0 commit comments