Windows runners do not understand results of mstest?
I'm facing a problem when trying to use Gitlab for my MVC .Net project: CI runners doesn't understand results of mstest: some of tests run fail but the build job still marked 'pass'. For more information, I have a runner installed on my windows PC, using shell excutor. My simple job is just call mstest to run some unit test dlls. Thanks for your supporting!