ITeamCityProvider.

WriteStartBlock(string) Method

Summary

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

Syntax

void WriteStartBlock(string blockName)

Parameters

Name Type Description
blockName string Block name.

Return Value

Type Description
void