NAnt SDK Documentation - v0.92
ProjectBase.ExecuteBuildEvent Method
[Visual Basic]
Protected Function ExecuteBuildEvent( _
ByVal
buildEvent
As
String
, _
ByVal
buildCommandLine
As
String
, _
ByVal
batchFile
As
String
, _
ByVal
workingDirectory
As
String
, _
ByVal
config
As
ConfigurationBase
_
) As
Boolean
[C#]
protected
bool
ExecuteBuildEvent(
string
buildEvent
,
string
buildCommandLine
,
string
batchFile
,
string
workingDirectory
,
ConfigurationBase
config
);
See Also
ProjectBase Class
|
NAnt.VSNet Namespace