VSTest might be showing the stdout/stderr properties for passed tests when running with --logger "console;verbosity=detailed", and always show them for failing.
In that case we should probably do the same.
We should revisit the change in #7600 before we ship it.
VSTest might be showing the stdout/stderr properties for passed tests when running with
--logger "console;verbosity=detailed", and always show them for failing.In that case we should probably do the same.
We should revisit the change in #7600 before we ship it.