Is your feature request related to a problem? Please describe.
I would like to test multiple projects at the same time using the glob pattern.
Describe the solution you'd like
In Azure DevOps, I can use the DotNetCoreCLI task to test multiple projects using the glob pattern. If I don't want to use the task, or can't because I'm on a different CI system, there isn't a great option for creating a single run with a resulting single file for test results and a single file for code coverage.
I would love to be able to do something like this:
Thank you for the suggestion, providing sln or a csproj to dotnet test forwards it to msbuild, so unless msbuild offers this functionality we won't be able to do it.
Is your feature request related to a problem? Please describe.
I would like to test multiple projects at the same time using the glob pattern.
Describe the solution you'd like
In Azure DevOps, I can use the DotNetCoreCLI task to test multiple projects using the glob pattern. If I don't want to use the task, or can't because I'm on a different CI system, there isn't a great option for creating a single run with a resulting single file for test results and a single file for code coverage.
I would love to be able to do something like this:
Note: A similar issue already exists for publish.