Summary
The name of the output file for the assembly manifest.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
[TaskAttribute("output", Required = true)]
public FileInfo OutputFile { get; set; }
Remarks
Corresponds with the /out
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo | The complete output path for the assembly manifest. |