ITeamCityProvider.

WriteEndBuildBlock(string) Method

Summary

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

Syntax

void WriteEndBuildBlock(string compilerName)

Parameters

Name Type Description
compilerName string Build compiler name.

Return Value

Type Description
void