ITeamCityProvider.

WriteStartBuildBlock(string) Method

Summary

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

Syntax

void WriteStartBuildBlock(string compilerName)

Parameters

Name Type Description
compilerName string Build compiler name.

Return Value

Type Description
void