Summary
Accepts comma de-limited list of expressions to exclude from tree operations.
If nothing is specified. NO filespecs are excluded.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
[TaskAttribute("excludes")]
public virtual string Excludes { set; }
Examples
Match No C# files in the directory
*.cs
Remarks
If a excludes pattern is set with no NAnt.Contrib.Tasks.StarTeam.TreeBasedTask.Includes
patterns present includes defaults to "*"
Attributes
Type | Description |
---|---|
TaskAttribute |
Value
Type | Description |
---|---|
string |