Skip to content

Commit 05c9223

Browse files
committed
PROJECT: don't show usage info during sonarqube build
1 parent 32bce92 commit 05c9223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.bat

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ sonar-scanner -Dsonar.projectKey=x64dbg -Dsonar.sources=. -Dsonar.cfamily.build-
6464
) else (
6565
sonar-scanner -Dsonar.projectKey=x64dbg -Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=bw-output -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=mrexodia-github -Dsonar.login=%SONARQUBE_TOKEN% -Dsonar.exclusions=src/capstone_wrapper/**,src/dbg/btparser/**,src/gui_build/** -Dsonar.analysis.mode=preview -Dsonar.github.pullRequest=%APPVEYOR_PULL_REQUEST_NUMBER% -Dsonar.github.repository=https://github.com/x64dbg/x64dbg -Dsonar.github.oauth=%GITHUB_TOKEN%
6666
)
67+
goto :restorepath
6768

6869

6970
:usage

0 commit comments

Comments
 (0)