NAnt SDK Documentation - v0.92 |
|
ChangeLogTask.DestFile Property
Name of the xml file that will contain the cvs log information.
[Visual Basic]
<TaskAttribute(Name:="xmlfile", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property DestFile As
FileInfo
[C#]
[TaskAttribute(Name="xmlfile", Required=True, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo DestFile {get; set;}
See Also
ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace