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