Skip to content

Commit

Permalink
RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 26, 2014
1 parent 82da903 commit 986ef1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%
)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 986ef1c

Please sign in to comment.