Summary
Sets whether or not copyright information at the start of the program should be shown.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetNoLogo(this MSBuildSettings settings, bool noLogo)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | MSBuildSettings | The settings. |
| noLogo | bool | true if no copyright information at the start of the program should be shown; otherwise false. |
Return Value
| Type | Description |
|---|---|
| MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |
