Summary
Gets or sets a value indicating whether to set the key, but don't sign the assembly.
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool DelaySign { get; set; }
Value
| Type | Description |
|---|---|
| bool | true if assembly should be delay signed; otherwise, false. |
