Skip to content

Commit

Permalink
Saving test results instead of test output
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 8, 2018
1 parent 067882f commit 08d35ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Task("Test")

var nunitSettings = new NUnit3Settings
{
OutputFile = parameters.Paths.Files.TestCoverageOutputFilePath
Results = new List<NUnit3Result> { new NUnit3Result { FileName = parameters.Paths.Files.TestCoverageOutputFilePath } }
};

if(IsRunningOnUnix()) {
Expand Down

0 comments on commit 08d35ca

Please sign in to comment.