Skip to content

Commit 2155793

Browse files
committed
ECHO => echo
1 parent 358396d commit 2155793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Target "BuildApp" (fun _ ->
3131
//Override the prebuild event because it just calls a fake task BuildApp depends on anyways
3232
let msbuildProperties = [
3333
("Configuration","Release");
34-
("PreBuildEvent","ECHO");
34+
("PreBuildEvent","echo");
3535
]
3636

3737
//Compile each csproj and output it seperately in build/output/PROJECTNAME

0 commit comments

Comments
 (0)