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
When -ShowOutput is set, & msbuild.exe @arguments on line 163 sends MSBuild's output into the PowerShell pipeline. That output flows back through Invoke-MsbuildProject and gets mixed in with the returned [pscustomobject], so $buildResult becomes an array of strings + the object. $buildResult.ExitCode then fails under Set-StrictMode.
0 commit comments