NAnt SDK Documentation - v0.92

ZipTask.ZipFile Property

The zip file to create.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="zipfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ZipFile As FileInfo
[C#]
[TaskAttribute(Required=True, Name="zipfile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo ZipFile {get; set;}

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace