Closed codepic closed 1 year ago
Thanks for raising your first issue, the team appreciates the time you have taken 😉
Never mind. I had the wrong branch open. For some reason when you fork into Azure DevOps, the main branch doesn't become the default.
The
task TestDotNet
fails on systems with .NET SDK7.x
installed with the following error:The reason for this issue is breaking changes in dotnet test command.
More specifically the switch
-r
means--runtime
instead of--results-directory
: