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