[Build] remove msbuild.log file before starting build
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 24 Dec 2018 04:52:02 +0000 (13:52 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 24 Dec 2018 04:52:35 +0000 (13:52 +0900)
build.sh

index ff034ac..d529ac2 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -37,6 +37,7 @@ 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 /fl $@