Does TeamCity build log catch the output of a C# console application?
Hi,
I want to write a console app which will be checking the existence of several config files and their contents. I know any powershell output will be outputted in the build log, however if I write the same code in C#, will TC catch the console output from Console.Write and Writeline statements?
Thanks
Please sign in to leave a comment.