I have created an MSTest runner executable Capability along with the path to the mstest.exe in the local agent.
Created a MSTest Runner task in my job, Provided the path to my Test.dll and when i run the build i get the below message in the logs, I do have the testcases present in the project.
12-Jun-2020 05:05:30 Loading C:\BambooWorkingDir.....\bin\Debug\myApp.Tests.dll
12-Jun-2020 05:05:33 Starting execution...
12-Jun-2020 05:05:33 No tests to execute.
Am I missing something or have i configured it wrong. Can somebody please help me out on this.
Thanks in Advance :)