Summary
Gets or sets a value indicating whether to disable symbol file generation.
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool NDebug { get; set; }
Value
Type | Description |
---|---|
bool | true if debug symbols should be disabled; otherwise, false . |