dotnet-installer/Documentation/manpages/sdk/dotnet-msbuild.1
2018-05-30 15:52:55 +00:00

38 lines
1.1 KiB
Groff

.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "dotnet msbuild command \- .NET Core CLI" "1" "" "" ".NET Core"
.hy
.SH dotnet msbuild
.PP
.SH NAME
.PP
\f[C]dotnet\ msbuild\f[] \- Builds a project and all of its dependencies.
.SH SYNOPSIS
.PP
\f[C]dotnet\ msbuild\ <msbuild_arguments>\ [\-h]\f[]
.SH DESCRIPTION
.PP
The \f[C]dotnet\ msbuild\f[] command allows access to a fully functional MSBuild.
.PP
The command has the exact same capabilities as existing MSBuild command\-line client.
The options are all the same.
For more information about the available options, see the MSBuild Command\-Line Reference.
.SH EXAMPLES
.PP
Build a project and its dependencies:
.PP
\f[C]dotnet\ msbuild\f[]
.PP
Build a project and its dependencies using Release configuration:
.PP
\f[C]dotnet\ msbuild\ /p:Configuration=Release\f[]
.PP
Run the publish target and publish for the \f[C]osx.10.11\-x64\f[] RID:
.PP
\f[C]dotnet\ msbuild\ /t:Publish\ /p:RuntimeIdentifiers=osx.10.11\-x64\f[]
.PP
See the whole project with all targets included by the SDK:
.PP
\f[C]dotnet\ msbuild\ /pp\f[]
.SH AUTHORS
mairaw.