1
votes

I'm building a .net application in a windows container from TeamCity. I have installed on the docker image NUnit3-Console. I want to display the result of NUnit during the build on the tab Test on Teamcity like if i was building from teamcity.

The build step completed successfully but i am unable to see "tests" tab on the build.

How can I dot that?

Thanks.

1

1 Answers

0
votes

By adding the parameter --teamcity to NUnit3-Console. it will format the result to Teamcity and the "test" tab will appear.