Summary
Gets the
System.Uri
form of the build file.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Containing Type
- ProjectFunctions
Syntax
[Function("get-buildfile-uri")]
public string GetBuildFileUri()
Attributes
Type | Description |
---|---|
FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Return Value
Type | Description |
---|---|
string |
The System.Uri form of the build file, or
an empty string if the project is not file backed.
|