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:
99
1010 # The following parameters aren't expected to be passed in rather they are used for encapsulation
1111 # -----------------------------------------------------------------------------------------------
12+ alpine315Container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20230201170331-8b7d579
1213 centOSStream8Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
1314 centOSStream9Container : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
1415 debian11Arm64Container : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
4950 _ExcludeOmniSharpTests : true
5051 _RunOnline : false
5152 _WithPreviousSDK : false
53+ Alpine315-Offline :
54+ _BootstrapPrep : true
55+ _Container : ${{ parameters.alpine315Container }}
56+ _EnablePoison : false
57+ _ExcludeOmniSharpTests : true
58+ _RunOnline : false
59+ _WithPreviousSDK : false
5260 ${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
5361 CentOSStream8-WithPreviousSDK :
5462 _BootstrapPrep : false
Original file line number Diff line number Diff line change 1515 <ItemGroup >
1616 <!-- These packages will be replaced with ms-built packages downloaded from official package feeds-->
1717 <PackageDownload Include =" Microsoft.Aspnetcore.App.Runtime.linux-x64" Version =" [$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
18+ <PackageDownload Include =" Microsoft.AspNetCore.App.Runtime.linux-musl-x64" Version =" [$(MicrosoftAspNetCoreAppRuntimeVersion)]" />
1819 <PackageDownload Include =" Microsoft.NETCore.App.Crossgen2.linux-x64" Version =" [$(MicrosoftNETCoreAppCrossgen2Version)]" />
1920 <PackageDownload Include =" Microsoft.NETCore.App.Host.linux-x64" Version =" [$(MicrosoftNETCoreAppHostPackageVersion)]" />
2021 <PackageDownload Include =" Microsoft.NETCore.App.Runtime.linux-x64" Version =" [$(MicrosoftNETCoreAppRuntimeVersion)]" />
2122 <PackageDownload Include =" Microsoft.NET.HostModel" Version =" [$(MicrosoftNETHostModelVersion)]" />
2223 <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)]" />
2327 <PackageDownload Include =" Microsoft.NETCore.ILAsm" Version =" [$(MicrosoftNETCoreILAsmVersion)]" />
2428 <PackageDownload Include =" Microsoft.NETCore.ILDAsm" Version =" [$(MicrosoftNETCoreILDAsmVersion)]" />
2529 <PackageDownload Include =" Microsoft.NETCore.TestHost" Version =" [$(MicrosoftNETCoreTestHostVersion)]" />
You can’t perform that action at this time.
0 commit comments