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