We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f3f65 commit 622026eCopy full SHA for 622026e
1 file changed
build.cake
@@ -10,7 +10,7 @@ Task("Build")
10
var settings = new DotNetBuildSettings
11
{
12
Configuration = "Release",
13
- OutputDirectory = "./Build/"
+ OutputDirectory = "./Build/",
14
MSBuildSettings = new DotNetMSBuildSettings(),
15
};
16
0 commit comments