Summary
Gets or sets a value indicating whether to allow (and resolve) file wildcards (e.g. `*`.dll) in input assemblies.
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool Wildcards { get; set; }
Value
Type | Description |
---|---|
bool | true if file wildcards should be allowed in input assembly paths; otherwise, false . |