We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358396d commit 2155793Copy full SHA for 2155793
build/build.fsx
@@ -31,7 +31,7 @@ Target "BuildApp" (fun _ ->
31
//Override the prebuild event because it just calls a fake task BuildApp depends on anyways
32
let msbuildProperties = [
33
("Configuration","Release");
34
- ("PreBuildEvent","ECHO");
+ ("PreBuildEvent","echo");
35
]
36
37
//Compile each csproj and output it seperately in build/output/PROJECTNAME
0 commit comments