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 7b6a884 commit 358396dCopy full SHA for 358396d
build.sh
@@ -44,5 +44,5 @@ mono --runtime=v4.0 "$FAKE" build/build.fsx "skiptests=1" $@
44
MONOEXIT=$?
45
rm fsharpi
46
#FORCE exit code to be that of calling fake not the last rm action
47
-exit MONOEXIT
+exit $MONOEXIT
48
#"build\tools\FAKE\tools\Fake.exe" "build\build.fsx" "target=%TARGET%" "version=%VERSION%" "skiptests=1"
0 commit comments