If unit tests fail, it is hard to see what the problem was as the results.json file that is output from running dotnet nlu tests is not published as a build artifact.
Request is to publish it using if (always) so that the output is available to assist with diagnosing tests failures.
If unit tests fail, it is hard to see what the problem was as the results.json file that is output from running dotnet nlu tests is not published as a build artifact. Request is to publish it using
if (always)
so that the output is available to assist with diagnosing tests failures.