table of contents
dotnet-build-server(1) | .NET Documentation | dotnet-build-server(1) |
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.
2023-10-25 |