Forrest logo
back to the msbuild tool

msbuild:tldr:ed9bb

msbuild: Display detailed help information.
$ msbuild /help
try on your machine

The command "msbuild /help" is used to display the available command-line options and parameters for the MSBuild tool.

MSBuild is a build platform and build scripting tool used primarily in the Microsoft .NET framework for building applications. It allows developers to define and manage the build process of their projects.

By executing the "msbuild /help" command, you are requesting help information about the various command-line options and parameters that can be used with MSBuild. It will display a list of available options along with their descriptions, allowing you to understand how each option works and how it can be used to customize the build process according to your requirements.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the msbuild tool