summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-04-01 16:03:37 -0700
committerMatt Mitchell <mmitche@microsoft.com>2015-04-01 16:05:25 -0700
commit268f0a413d807a5edacf33a9e5f514c7b19f7104 (patch)
treeeee915b9481cb9ede8995d8ca886d37448f09d9f /build.cmd
parent82440897d45e16d706e80dc96918d362339d0d95 (diff)
downloadcoreclr-268f0a413d807a5edacf33a9e5f514c7b19f7104.tar.gz
coreclr-268f0a413d807a5edacf33a9e5f514c7b19f7104.tar.bz2
coreclr-268f0a413d807a5edacf33a9e5f514c7b19f7104.zip
Displaying usage message should cause build/test scripts to exit with non-zero code
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index 5651d89d99..d80326e18f 100644
--- a/build.cmd
+++ b/build.cmd
@@ -194,4 +194,4 @@ echo.
echo BuildArch can be: x64
echo BuildType can be: Debug, Release
echo Clean - optional argument to force a clean build.
-goto :eof
+exit /b 1 \ No newline at end of file