Summary
Gets the current target.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public Target CurrentTarget { get; }
Value
| Type | Description |
|---|---|
| Target |
The current target, or null if no target is
executing.
|
