Starting with VS 2017 if the output of any command run by VS contains the word Error it will interpret that as a fatal error, even if the exit error code is zero. This messes up the unit tests on VS 2017, because we sometimes want to deliberately ignore error messages. Change "Error" to "Problem" to mitigate this issue until a more permanent solution is found.0.44
parent
db9a5f7fc7
commit
ac8e885068
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue