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
Console output of MSBuild Server has to be redirected to calling CLI.
As opposed to child process, where such redirection is done by OS, handling of non-child processes outputs has to be coded.
Work breakdown:
define message for console output containing text, foreground and background color
capture console output in MSBuild Server (text, foreground and background color)
send captured output by named pipe for each line, accumulated text > 200 characters or when console colors changes.
receive message in CLI and print it to console.
The text was updated successfully, but these errors were encountered:
Console output of MSBuild Server has to be redirected to calling CLI.
As opposed to child process, where such redirection is done by OS, handling of non-child processes outputs has to be coded.
Work breakdown:
The text was updated successfully, but these errors were encountered: