JetBrains / TeamCity.VSTest.TestAdapter

Apache License 2.0
30 stars 14 forks source link

Tests not reported with xunit and .net core 2.1 #19

Closed zone117x closed 6 years ago

zone117x commented 6 years ago

Followed exact instructions. MSTest is being reported but xunit tests are not. Using netcoreapp2.0 and Ubuntu build agent. Tried with the dotnet core CLI runner with dotnet test and dotnet vstest, and tried custom script with both as well.

dtretyakov commented 6 years ago

@zone117x, could you please share the exact .NET CLI version? It could be related to https://github.com/Microsoft/vstest/issues/1590

NikolayPianikov commented 6 years ago

Source of the problem: https://github.com/Microsoft/vstest/issues/1590