Skip to content

Commit d220690

Browse files
committed
fake verbosity
1 parent 3e7f2fc commit d220690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fcs/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if errorlevel 1 (
1919
:: don't care if this fails
2020
dotnet build-server shutdown >NUL 2>&1
2121

22-
dotnet fake build -t %*
22+
dotnet fake -v build -t %*
2323

2424
if errorlevel 1 (
2525
endlocal

fcs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd $(dirname ${BASH_SOURCE[0]})
1111

1212
dotnet tool restore
1313
dotnet paket restore
14-
dotnet fake build -t $@
14+
dotnet fake -v build-t $@
1515

1616
# but we'll be nice and go back to the start dir at the end
1717
cd $start_pwd

0 commit comments

Comments
 (0)