XUnit - InvalidOperationException : Solution root could not be located using application root
问题 I have a Web-API .NET Core 2.2 project and I am trying to do integration tests on it. I have followed the guide from Microsoft. The tests pass when starting them from the test runner and from the command line, they should be configured correctly, I am able to call the controllers via the WebApplicationFactory - HTTP client. I have disabled shadow copy via xunit.runner.json So far so good. I am trying to use Azure DevOps to deploy my project and at the release step, I've added a test step that