Summary
Gets or sets a value indicating whether to pause execution once completed (good for debugging).
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool Pause { get; set; }
Value
| Type | Description |
|---|---|
| bool | true if execution should pause once completed; otherwise, false. |
