We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad1716 commit 27912baCopy full SHA for 27912ba
build.cake
@@ -51,9 +51,9 @@ Task("Test")
51
Configuration = configuration,
52
Loggers = new string[]
53
{
54
- $"trx;LogFileName={project.GetFilenameWithoutExtension()}.trx",
55
- $"junit;LogFileName={project.GetFilenameWithoutExtension()}.xml",
56
- $"html;LogFileName={project.GetFilenameWithoutExtension()}.html",
+ $"trx;LogFilePrefix={project.GetFilenameWithoutExtension()}",
+ $"junit;LogFilePrefix={project.GetFilenameWithoutExtension()}",
+ $"html;LogFilePrefix={project.GetFilenameWithoutExtension()}",
57
},
58
NoBuild = true,
59
NoRestore = true,
0 commit comments