You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if you could add Teamcity service message support, like this: ##teamcity[buildStatisticValue key='Total Number of Lines' value='14550'] ##teamcity[buildStatisticValue key='Covered Number of Lines' value='4904'] ##teamcity[buildStatisticValue key='Covered Percentage of Lines' value='33.7']
..etc..
I think it's just a matter of Console.Write() it.
The result I'm missing today is this in Teamcity:
The text was updated successfully, but these errors were encountered:
Thanks for a great tool 👍
It would be great if you could add Teamcity service message support, like this:
##teamcity[buildStatisticValue key='Total Number of Lines' value='14550'] ##teamcity[buildStatisticValue key='Covered Number of Lines' value='4904'] ##teamcity[buildStatisticValue key='Covered Percentage of Lines' value='33.7']
..etc..
I think it's just a matter of
Console.Write()
it.The result I'm missing today is this in Teamcity:
The text was updated successfully, but these errors were encountered: