In MSTest V1 TestContext.TestResultsDirectory is different for every test. For instance:
TestMethod1 -> …\Deploy_1 2018-10-17 13_00_29\In\b3ce33a5-5c66-422e-960e-3cc97e6f7f13\MYMACHINE
TestMethod2 -> …\Deploy_1 2018-10-17 13_00_29\In\7f4f9ba7-9081-479b-9f49-7d1e020604ff\MYMACHINE
After convertsion to MSTest V2:
TestMethod1 -> …\Deploy_1 2018-10-17 13_00_29\In
TestMethod2 -> …\Deploy_1 2018-10-17 13_00_29\In
Is this a bug or should we update all our tests that rely on V1 behavior to account for the new one?
In MSTest V1 TestContext.TestResultsDirectory is different for every test. For instance:
TestMethod1 -> …\Deploy_1 2018-10-17 13_00_29\In\b3ce33a5-5c66-422e-960e-3cc97e6f7f13\MYMACHINE
TestMethod2 -> …\Deploy_1 2018-10-17 13_00_29\In\7f4f9ba7-9081-479b-9f49-7d1e020604ff\MYMACHINE
After convertsion to MSTest V2:
TestMethod1 -> …\Deploy_1 2018-10-17 13_00_29\In
TestMethod2 -> …\Deploy_1 2018-10-17 13_00_29\In
Is this a bug or should we update all our tests that rely on V1 behavior to account for the new one?