ProjectCollection.LogBuildFinishedEvent(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a BuildFinished event. This is used specifically when a ProjectCollection is created but never actually built, yet a BuildFinished event is still desired. As an example, if a Project is just meant to be evaluated, but a binlog is also collected, that binlog should be able to say the build succeeded or failed. This provides a mechanism to achieve that.
public:
void LogBuildFinishedEvent(bool success);
public void LogBuildFinishedEvent (bool success);
member this.LogBuildFinishedEvent : bool -> unit
Public Sub LogBuildFinishedEvent (success As Boolean)
Parameters
- success
- Boolean