dotnet build-server
This article applies to: ✔️ .NET Core 3.1 SDK and later versions
Name
dotnet build-server
- Interacts with servers started by a build.
Synopsis
dotnet build-server shutdown [--msbuild] [--razor] [--vbcscompiler]
dotnet build-server shutdown -h|--help
dotnet build-server -h|--help
Commands
shutdown
Shuts down build servers that are started from dotnet. By default, all servers are shut down.
Options
-?|-h|--help
Prints out a description of how to use the command.
--msbuild
Shuts down the MSBuild build server.
--razor
Shuts down the Razor build server.
--vbcscompiler
Shuts down the VB/C# compiler build server.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.