Project.

Execute(string) Method

Summary

Executes a specific target, and its dependencies.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public void Execute(string targetName)

Remarks

Global tasks are not executed.

Parameters

Name Type Description
targetName string The name of the target to execute.

Return Value

Type Description
void