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

ProjectSettings.RunPostBuildEvent Property

[This is preliminary documentation and subject to change.]

Designates when the PostBuildEvent command line should be run. Possible values are "OnBuildSuccess", "Always" or "OnOutputUpdated".

[Visual Basic]
Public ReadOnly Property RunPostBuildEvent As String
[C#]
public string RunPostBuildEvent {get;}

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ProjectSettings.RunPostBuildEvent

See Also

ProjectSettings Class | NAnt.VSNet Namespace