AzurePipelinesCommands.

WriteError(string) Method

Summary

Log an error to timeline record of current task.

Syntax

public void WriteError(string message)

Parameters

Name Type Description
message string The error message.

Return Value

Type Description
void