I am new to Jenkins and trying to run some unit test for a sql database using VS Test Runner plugin each time I am getting the response "no files matching the pattern [full file path]/Unit_tests.dll".
I have tried running the tests in command line by running:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" [full file path]/Unit_tests.dll
and this executes the tests successfully. I am passing the same arguments I am passing into the jenkins plugins which returns "no files matching the pattern" message?
can anyone advise what I am doing wrong or need to do to get it to work