Powershell build runner to execute batch file and pipe output to teamcity

Is there anything that needs to be done related to TeamCity to allow the output from cmd prompt to appear in TeamCity log when you execute a batch file through cmd.exe from a powershell build runner (using start-process)?

0
1 comment

Actually using call operator '&' pipes the output from cmd.exe to powershell, which means this question is not for this TeamCity forum.

https://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx

0

Please sign in to leave a comment.