We are starting a new .net core project and we are just setting up Bamboo to build our project and run the tests and so my question is:
Is there a way that we can use the xunit dotnet test CLi test runner to output in NUnit format?
Currently we have: "dotnet test -xml TestResults.xml" to run our tests which works great except we can't get the results in Bamboo.
Or does anyone have an alternative that would work for us?