diff --git a/build.cake b/build.cake index b91f1b9d41..9919e95498 100644 --- a/build.cake +++ b/build.cake @@ -164,7 +164,7 @@ Task("Test") var nunitSettings = new NUnit3Settings { - OutputFile = parameters.Paths.Files.TestCoverageOutputFilePath + Results = new List { new NUnit3Result { FileName = parameters.Paths.Files.TestCoverageOutputFilePath } } }; if(IsRunningOnUnix()) {