We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8dea02 + 340a807 commit f9edd85Copy full SHA for f9edd85
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