JetBrains / TeamCity.VSTest.TestAdapter

Apache License 2.0
30 stars 14 forks source link

Error running ListLogger #25

Open JRLRJ opened 5 years ago

JRLRJ commented 5 years ago
  1. Take the 3 files in the zip and put into a folder
  2. Open a command prompt in the folder
  3. Run "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" /TestAdapterPath:. /ListLoggers /diag:log.txt

The log.txt will contain the error message in my first comment.

Originally posted by @jrlilly in https://github.com/JetBrains/TeamCity.VSTest.TestAdapter/issues/15#issuecomment-443536043

NikolayPianikov commented 5 years ago

Which directory in zip was a source of libraries: vstest12, vstest14 or vstest15?

dtretyakov commented 5 years ago

@jrlilly, could you please clarify which versions did you use there?