Examples (7)
Build the first project file in the current directory
Build a specific project file
msbuild path/to/project_fileSpecify one or more semicolon-separated targets to build
msbuild path/to/project_file /target:targetsSpecify one or more semicolon-separated properties
msbuild path/to/project_file /property:name=valueSpecify the build tools version to use
msbuild path/to/project_file /toolsversion:versionDisplay detailed information at the end of the log about how the project was configured
msbuild path/to/project_file /detailedsummaryDisplay help
msbuild /helpmade by @shridhargupta | data from tldr-pages