Summary
Write a status message to the TeamCity build log. - Prepend message to build status.
- Namespace
- Cake
.Common .Build .TeamCity - Containing Type
- ITeamCityProvider
Syntax
void WritePrependBuildStatus(string message, string status = null)
Parameters
Name | Type | Description |
---|---|---|
message | string | Message contents. |
status | string | Build status. |
Return Value
Type | Description |
---|---|
void |