Summary
Gets or sets a value indicating whether to duplicate resources in output assembly (by default they're ignored).
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool AllowDuplicateResources { get; set; }
Value
| Type | Description |
|---|---|
| bool | true if duplicate resources should be allowed in the output assembly; otherwise, false. |
