NAnt SDK Documentation - v0.92

IldasmTask.ForceRebuild Property

Instructs NAnt to rebuild the output file regardless of the file timestamps. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="rebuild", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property ForceRebuild As Boolean
[C#]
[TaskAttribute(Required=False, Name="rebuild", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool ForceRebuild {get; set;}

Property Value

true if the output file should be rebuilt regardless of its timestamps; otherwise false. The default is false.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace