TaskLoggingHelper.LogExternalProjectFinished 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.
Small helper for logging the custom ExternalProjectFinished build event. Thread safe.
public:
void LogExternalProjectFinished(System::String ^ message, System::String ^ helpKeyword, System::String ^ projectFile, bool succeeded);
public void LogExternalProjectFinished (string message, string helpKeyword, string projectFile, bool succeeded);
member this.LogExternalProjectFinished : string * string * string * bool -> unit
Public Sub LogExternalProjectFinished (message As String, helpKeyword As String, projectFile As String, succeeded As Boolean)
Parameters
- message
- String
text message
- helpKeyword
- String
help keyword
- projectFile
- String
project name
- succeeded
- Boolean
true indicates project built successfully