TeamCityProvider.

WriteEndBlock(string) Method

Summary

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

Syntax

public void WriteEndBlock(string blockName)

Parameters

Name Type Description
blockName string Block name.

Return Value

Type Description
void