logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Dotnet Build-Server

Thisarticleappliesto: ✔️ .NET Core 3.1 SDK and later versions

Name

       dotnet-build-server - Interacts with servers started by a build.

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.

                                                   2024-10-02                             dotnet-build-server(1)

Synopsis

              dotnet build-server shutdown [--msbuild] [--razor] [--vbcscompiler]

              dotnet build-server shutdown -h|--help

              dotnet build-server -h|--help

   Commandsshutdown

         Shuts down build servers that are started from dotnet.  By default, all servers are shut down.

See Also