Summary
Sets whether or not node reuse should be enabled.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetNodeReuse(this MSBuildSettings settings, bool reuse)
Parameters
Name | Type | Description |
---|---|---|
settings | MSBuildSettings | The settings. |
reuse | bool | true if node reuse should be enabled; otherwise false . |
Return Value
Type | Description |
---|---|
MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |