I am using Azure Devops pipeline to build a app center test using Xamarin Uiteset.I need to generate a user defined test report after each test run.While i am running the test locally i am able to generate the report.But while running the test in app center i am unable to do so.
I am publishing the report to bin/Debug directory after each test run,but i am unable to view the test result when i run the test in app center.Is there a way in which the report could be generated. Any help is appreciated.