Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet authored May 23, 2022
1 parent 03080b5 commit bbf7bac
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 @@ -48,7 +48,7 @@ Task("Test")
project.ToString(),
new DotNetTestSettings()
{
ArgumentCustomization = args=>args.Append($"--diag:{artefactsDirectory}/log.txt"),
//ArgumentCustomization = args=>args.Append($"--diag:{artefactsDirectory}/log.txt"),
Blame = true,
Collectors = new string[] { "XPlat Code Coverage" },
Configuration = configuration,
Expand Down

0 comments on commit bbf7bac

Please sign in to comment.