We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1150e commit 340a807Copy full SHA for 340a807
build.cake
@@ -47,7 +47,7 @@ Task("Build")
47
{
48
Configuration = configuration,
49
NoRestore = true,
50
- VersionSuffix = versionSuffix
+ VersionSuffix = versionSuffix,
51
});
52
53
@@ -80,7 +80,7 @@ Task("Test")
80
NoBuild = true,
81
82
ResultsDirectory = artefactsDirectory,
83
- ArgumentCustomization = x => x.Append($"--logger html;LogFileName={project.GetFilenameWithoutExtension()}.html")
+ ArgumentCustomization = x => x.Append($"--logger html;LogFileName={project.GetFilenameWithoutExtension()}.html"),
84
85
86
0 commit comments