Commit 986ef1c 1 parent 82da903 commit 986ef1c Copy full SHA for 986ef1c
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ #### 3.7.6 - 26.10.2014
2
+ * Version NAV 800 added - https://github.com/fsharp/FAKE/pull/576
3
+
1
4
#### 3.7.5 - 22.10.2014
2
5
* Feature/list targets in command line - http://fsharp.github.io/FAKE/specifictargets.html
3
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if errorlevel 1 (
7
7
exit /b %errorlevel%
8
8
)
9
9
10
- .paket\paket.exe restore -v
10
+ .paket\paket.exe restore
11
11
if errorlevel 1 (
12
12
exit /b %errorlevel%
13
13
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ $exit_code -ne 0 ]; then
6
6
exit $exit_code
7
7
fi
8
8
9
- mono .paket/paket.exe restore -v
9
+ mono .paket/paket.exe restore
10
10
exit_code=$?
11
11
if [ $exit_code -ne 0 ]; then
12
12
exit $exit_code
You can’t perform that action at this time.
0 commit comments