openalm / Extension-UtilitiesPack

Release Management utility tasks
Other
34 stars 38 forks source link

Powershell++ Interpreting StdOut as StdErr #66

Closed ijabit closed 7 years ago

ijabit commented 7 years ago

I'm using PowerShell++ to run two NPM install tasks in parallel. I'm using Start-Job with a script block that runs NPM install. The problem is that some of the installed NPM packages have install.js scripts that run which output various status messages into the console. They are informative only but the PowerShell++ task is interpreting them as errors and failing the build!

harshil93 commented 7 years ago

@ijabit Please use the inline Script option of the Powershell task instead of Powershell++ . Powershell++ will be deprecated.