NAnt-Extensions
Help
Function Reference
teamcity::is-teamcity-build |
v1.0.17.116 |
Determines if the build is run as part of a TeamCity build.
bool teamcity::is-teamcity-build()
true if this is a TeamCity build; otherwise, false.
<echo message="We are running inside of TeamCity: ${teamcity::is-teamcity-build()}" />