Summary
Adds MSBuild arguments.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- M
S Build Argument Builder Extensions
Syntax
public static void AppendMSBuildSettings(this ProcessArgumentBuilder builder, DotNetMSBuildSettings settings, ICakeEnvironment environment)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
Argument builder. |
| settings | Dot |
MSBuild settings to add. |
| environment | ICakeEnvironment | The environment. |
Return Value
| Type | Description |
|---|---|
| void |
