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, bool invokeArgumentCustomization)
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
Argument builder. |
settings | Dot |
MSBuild settings to add. |
environment | ICakeEnvironment | The environment. |
invokeArgumentCustomization | bool | The flag for if argument customization should be invoked. |
Return Value
Type | Description |
---|---|
void |