I´m trying to configure MSTest build plugin on jenkins, but I´m getting the following error:
Path To MSTest.exe: mstest.exe
Result file was not found so no a
Another thing to notice: This does not work with .NetCore, just with the regular .Net Framework: (See https://github.com/Microsoft/vstest/issues/1213#issuecomment-338561792 and https://developercommunity.visualstudio.com/content/problem/238572/mstest-command-line-reports-no-tests-to-run.html)
I used a batch job in Jenkins with something like the following code:
dotnet test src\Folder\Project.csproj --logger:trx
Please find the full reference for dotnet test
here: https://docs.microsoft.com/de-de/dotnet/core/tools/dotnet-test?tabs=netcore21