From 0047fc5979e512533007dc2ac0d3ff2f7412178a Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 17:04:33 +1000 Subject: Build a debug release, and be quiet about it. --- BuildIt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildIt.sh b/BuildIt.sh index aff3b70..9234cb9 100755 --- a/BuildIt.sh +++ b/BuildIt.sh @@ -28,12 +28,12 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5" else # Use this for Mono 5 and later. - msbuild /p:Configuration=Release -# msbuild /p:Configuration=Debug +# time msbuild /p:Configuration=Release /verbosity:minimal + time msbuild /p:Configuration=Debug /verbosity:minimal fi #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin pushd src >/dev/null -./BuildIt.sh +time ./BuildIt.sh popd >/dev/null -- cgit v1.1