Summary
Writes the start of a TeamCity message block, then returns a disposable that writes the report block end on dispose.
- Namespace
- Cake
.Common .Build .TeamCity - Containing Type
- Team
City Disposable Extensions
Syntax
public static IDisposable Block(this ITeamCityProvider teamCityProvider, string blockName)
Parameters
Name | Type | Description |
---|---|---|
teamCityProvider | ITeamCityProvider | TeamCity provider. |
blockName | string | The name of the report block. |
Return Value
Type | Description |
---|---|
IDisposable | A disposable that writes the report block end. |