Summary
Sticky tag or revision to update the local file to.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- UpdateTask
Syntax
[TaskAttribute("sticky-tag", Required = false)]
public string StickyTag { get; set; }
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
| Type | Description |
|---|---|
| string | A valid cvs tag. |
