Summary
Gets or sets the build file that should be executed.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "buildfile", ShortName = "f", Description = "Use given buildfile")]
public string BuildFile { get; set; }
Remarks
Can be both a file or an URI.
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
string | The build file that should be executed. |