ITeamCityProvider.

WriteStatus(string, string, string) Method

Summary

Write a message to the TeamCity build log. - Messages not added to the build status.
Namespace
Cake.Common.Build.TeamCity
Containing Type
ITeamCityProvider

Syntax

void WriteStatus(string message, string status = "NORMAL", string errorDetails = null)

Parameters

Name Type Description
message string Message contents.
status string Build status.
errorDetails string Error details if status is error.

Return Value

Type Description
void