XUnit tests not detected in Azure Pipeline in .NET Core 3.1
I recently started a new project using ASP.NET Core 3.1. The project consisted of am API project and a XUnit project with integration tests. Everything was running just fine locally and I then added a YAML based Azure Pipeline for Continuous Integration. I used the standard YAML template ASP.NET Core (.NET Framework) from Azure DevOps