NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectSettings.PostBuildEvent Property

[This is preliminary documentation and subject to change.]

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