Skip to content

Commit

Permalink
Merge pull request #571 from m-tmatma/feature/stop-rebuild-sln
Browse files Browse the repository at this point in the history
ソリューションの clean/rebuild するのをやめて単にビルドする
  • Loading branch information
m-tmatma authored Oct 21, 2018
2 parents 87c4215 + a8cf55b commit c7cf942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-sln.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ set LOG_FILE=msbuild-%platform%-%configuration%.log
@rem https://msdn.microsoft.com/ja-jp/library/ms171470.aspx
set LOG_OPTION=/flp:logfile=%LOG_FILE%

@echo "%CMD_MSBUILD%" %SLN_FILE% /p:Platform=%platform% /p:Configuration=%configuration% /t:"Clean","Rebuild" %EXTRA_CMD% %LOG_OPTION%
"%CMD_MSBUILD%" %SLN_FILE% /p:Platform=%platform% /p:Configuration=%configuration% /t:"Clean","Rebuild" %EXTRA_CMD% %LOG_OPTION%
@echo "%CMD_MSBUILD%" %SLN_FILE% /p:Platform=%platform% /p:Configuration=%configuration% /t:"Build" %EXTRA_CMD% %LOG_OPTION%
"%CMD_MSBUILD%" %SLN_FILE% /p:Platform=%platform% /p:Configuration=%configuration% /t:"Build" %EXTRA_CMD% %LOG_OPTION%
if %errorlevel% neq 0 (echo error && exit /b 1)

@echo call parse-buildlog.bat %LOG_FILE%
Expand Down

0 comments on commit c7cf942

Please sign in to comment.