diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 94c22707945..3ccecd14882 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 3.7.6 - 26.10.2014 +* Version NAV 800 added - https://github.com/fsharp/FAKE/pull/576 + #### 3.7.5 - 22.10.2014 * Feature/list targets in command line - http://fsharp.github.io/FAKE/specifictargets.html diff --git a/build.cmd b/build.cmd index 4bc6c4e9ae3..52423f3105e 100644 --- a/build.cmd +++ b/build.cmd @@ -7,7 +7,7 @@ if errorlevel 1 ( exit /b %errorlevel% ) -.paket\paket.exe restore -v +.paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) diff --git a/build.sh b/build.sh index eeab77a6262..696ad57fcd8 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ if [ $exit_code -ne 0 ]; then exit $exit_code fi -mono .paket/paket.exe restore -v +mono .paket/paket.exe restore exit_code=$? if [ $exit_code -ne 0 ]; then exit $exit_code