NAnt SDK Documentation - v0.92 |
|
ProjectSettings.PreBuildEvent Property
Contains commands to be run before a build takes place.
[Visual Basic]
Public ReadOnly Property PreBuildEvent As
String
[C#]
public
string PreBuildEvent {get;}
Remarks
Valid commands are those in a .bat file. For more info see MSDN.
See Also
ProjectSettings Class | NAnt.VSNet Namespace