Summary
Adds a target to retrieve the result.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings Extensions
Syntax
public static DotNetMSBuildSettings WithGetTargetResult(this DotNetMSBuildSettings settings, string name)
Parameters
Name | Type | Description |
---|---|---|
settings | Dot |
The settings. |
name | string | The name of the target to retrieve the result. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetMSBuildSettings instance so that multiple calls can be chained. |