File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/SourceBuild/content/.devcontainer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Container contains checked-out source code only
22{
33 "name" : " Default" ,
4- "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 " ,
4+ "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 " ,
55 "hostRequirements" : {
66 // A completely source built .NET is >64 GB with all the repos/artifacts
77 "storage" : " 128gb"
Original file line number Diff line number Diff line change 11// Container contains a pre-built SDK
22{
33 "name" : " Pre-built .NET SDK" ,
4- "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 " ,
4+ "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 " ,
55 "hostRequirements" : {
66 // A completely source built .NET is >64 GB with all the repos/artifacts
77 "storage" : " 128gb"
You can’t perform that action at this time.
0 commit comments