We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7f2fc commit d220690Copy full SHA for d220690
fcs/build.cmd
@@ -19,7 +19,7 @@ if errorlevel 1 (
19
:: don't care if this fails
20
dotnet build-server shutdown >NUL 2>&1
21
22
-dotnet fake build -t %*
+dotnet fake -v build -t %*
23
24
if errorlevel 1 (
25
endlocal
fcs/build.sh
@@ -11,7 +11,7 @@ cd $(dirname ${BASH_SOURCE[0]})
11
12
dotnet tool restore
13
dotnet paket restore
14
-dotnet fake build -t $@
+dotnet fake -v build-t $@
15
16
# but we'll be nice and go back to the start dir at the end
17
cd $start_pwd
0 commit comments