.net - TeamCity service message block error in build log -
i use following code in nunit write teamcity's build log.
console.writeline("##teamcity[blockopened name='arrange']") console.writeline("##teamcity[teststep name='step 1 : arrange export manager'") console.writeline("##teamcity[teststep name='step 2 : arrange object exported'") console.writeline("##teamcity[teststep name='step 3 : export object exported'") console.writeline("##teamcity[teststep name='step 4 : assert export worked'") console.writeline("##teamcity[teststep name='step 5 : arrange import manager'") console.writeline("##teamcity[blockclosed name='arrange']")
and produces following in build log:
any idea why there [test error output] message after block name ?
Comments
Post a Comment