Skip to content

Commit

Permalink
SonarScanner_MSBUILD の定義を移動
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Mar 29, 2019
1 parent 9e82718 commit 2f4d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-sln.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@echo off
set platform=%1
set configuration=%2
set SonarScanner_MSBUILD=C:\ProgramData\chocolatey\bin\SonarScanner.MSBuild.exe

if "%platform%" == "Win32" (
@rem OK
Expand Down Expand Up @@ -117,6 +116,7 @@ set URL_BUILDWRAPPER_ZIP=https://sonarcloud.io/static/cpp/build-wrapper-win-x86.
set BUILDWRAPPER_ZIP=.\build-wrapper-win-x86.zip
set BUILDWRAPPER_DIR=build-wrapper-win-x86
set BUILDWRAPPER_EXE=%BUILDWRAPPER_DIR%\build-wrapper-win-x86\build-wrapper-win-x86-64.exe
set SonarScanner_MSBUILD=C:\ProgramData\chocolatey\bin\SonarScanner.MSBuild.exe

curl %URL_BUILDWRAPPER_ZIP% -o %BUILDWRAPPER_ZIP%
if errorlevel 1 (
Expand Down

0 comments on commit 2f4d43b

Please sign in to comment.