Skip to content

Commit 622026e

Browse files
committed
Fix Cake
1 parent f5f3f65 commit 622026e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Task("Build")
1010
var settings = new DotNetBuildSettings
1111
{
1212
Configuration = "Release",
13-
OutputDirectory = "./Build/"
13+
OutputDirectory = "./Build/",
1414
MSBuildSettings = new DotNetMSBuildSettings(),
1515
};
1616

0 commit comments

Comments
 (0)