Merge remote-tracking branch 'github/master' into tizen
[platform/core/csapi/tizenfx.git] / build.sh
index 609f150..d529ac2 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -37,9 +37,10 @@ cmd_full_build() {
   if [ -d /nuget ]; then
     NUGET_SOURCE_OPT="/p:RestoreSources=/nuget"
   fi
+  rm -f msbuild.log
   $RUN_BUILD /t:clean
   $RUN_BUILD /t:restore $NUGET_SOURCE_OPT $@
-  $RUN_BUILD /t:build $@
+  $RUN_BUILD /t:build /fl $@
 }
 
 cmd_dummy_build() {