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