dotnet-installer/src/SourceBuild
dotnet-maestro[bot] 4d8df4828d
[main] Update dependencies from dotnet/sdk (#18150)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-01-10 08:56:32 +00:00
..
content Disable format test for mono (#18152) 2024-01-09 16:56:59 +00:00
patches [main] Update dependencies from dotnet/sdk (#18150) 2024-01-10 08:56:32 +00:00
README.md Update patches directory documentation to reference patch guidelines (#17127) 2023-08-08 10:35:27 -05:00

Source-Build

This directory contains the .NET source build infrastructure.

content - source build infrastructure mirrored to dotnet/dotnet VMR.

patches - repo patches needed for .NET source build. Typically these are ephemeral to workaround integration issues. For more information, see the Patch Guidelines.

For more information, see dotnet/source-build.

Local development workflow

When making changes to the source build infrastructure, devs would typically make and test the changes in a local clone of dotnet/dotnet. Once complete you would copy the changed files here and make a PR. To validate the end to end experience, you can synchronize the VMR with any changes made here by running eng/vmr-sync.sh.