I am trying to configure and run selenium test cases from Azure Devops Release pipeline. I did configured Visual studio Test Platform installer followed by Visual studio test. However while running the 'test task', its erroring out stating
2019-12-22T11:31:50.7602521Z ##[warning]No test sources found matching the given filter '**\*csproj'
Am I missing something here or not doing proper configuration.
My main test case is being written in .cs file and tried including it in path as well but still same error.
Can someone please guide me.
thanks, Pankaj