ITeamCityProvider.

WriteEndBlock(string) Method

Summary

Write the end of a message block to the TeamCity build log.
Namespace
Cake.Common.Build.TeamCity
Containing Type
ITeamCityProvider

Syntax

void WriteEndBlock(string blockName)

Parameters

Name Type Description
blockName string Block name.

Return Value

Type Description
void