Skip to content

Commit f9edd85

Browse files
committed
2 parents b8dea02 + 340a807 commit f9edd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Task("Build")
4747
{
4848
Configuration = configuration,
4949
NoRestore = true,
50-
VersionSuffix = versionSuffix
50+
VersionSuffix = versionSuffix,
5151
});
5252
});
5353

@@ -80,7 +80,7 @@ Task("Test")
8080
NoBuild = true,
8181
NoRestore = true,
8282
ResultsDirectory = artefactsDirectory,
83-
ArgumentCustomization = x => x.Append($"--logger html;LogFileName={project.GetFilenameWithoutExtension()}.html")
83+
ArgumentCustomization = x => x.Append($"--logger html;LogFileName={project.GetFilenameWithoutExtension()}.html"),
8484
});
8585
});
8686

0 commit comments

Comments
 (0)