testfx
testfx copied to clipboard
Setting `UseMSBuildTestInfrastructure` causes issues when not opting-in MTP
Setting UseMSBuildTestInfrastructure to true causes MTP.MSBuild package to mess things up when using VSTest, as it plugs MTP-specific logic.
https://github.com/microsoft/testfx/blob/c325013cf82e671ac9fd491cafcaf66cb4461369/src/Platform/Microsoft.Testing.Platform.MSBuild/buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets#L279-L286
This probably what I was referring to in this issue.