Summary
Sets whether or not any targets should be passed to MSBuild.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetNoImplicitTarget(this MSBuildSettings settings, bool noImplicitTarget)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | MSBuildSettings | The settings. |
| noImplicitTarget | bool | true if no implicit target should be passed to MSBuild; otherwise false. |
Return Value
| Type | Description |
|---|---|
| MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |
