I'm running test on vstest.console.exe. How to specify the location of results file?
vstest.console.exe [TestLocation] /Logger:trx /Platform:x64 /InIsolation /Tests:[Testname]
SOLUTION: Run tests from the folder, where I want my "TestResults" appear