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