CAKE build and NUNIT3 generating empty results file
问题 I'm using cake build and trying to upload the cake unit test results to AppVeyor, but Cake/Nunit3 are generating empty results when I run locally and I assume that is what is causing my errors on AppVeyor. In the below block, NUnitResults.xml is generated but always empty. Task("UnitTest") .IsDependentOn("Build") .IsDependentOn("Setup") .Does(() => { var resultsFile = artifactsDirectory + "/NUnitResults.xml"; NUnit3("./StatusPageIo/StatusPageIo.UnitTests/bin/Release/StatusPageIo.UnitTests.dll