Skip to content

Commit

Permalink
sakura-editor#154: 変数を小文字に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Jun 22, 2018
1 parent 0b5961a commit 53e5c0e
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 @@ -11,8 +11,8 @@ if "%APPVEYOR%"=="True" (

set MSBUILD_EXE="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"

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

exit /b 0

0 comments on commit 53e5c0e

Please sign in to comment.