A major focus of .NET Core 2.1 is improving build-time performance, particularly for incremental builds. These performance improvements apply to both command-line builds using dotnet build and to builds in Visual Studio.
Some individual areas of improvement include:
dotnet build
invocations.dotnet build
is run.Build server processes can be automatically terminated with the following command:
dotnet buildserver shutdown