From 05c9223d0ad6879b751930fb86fd74f710efe254 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sun, 8 Oct 2017 18:48:36 +0200 Subject: [PATCH] PROJECT: don't show usage info during sonarqube build --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index a388c3e8..77b47623 100644 --- a/build.bat +++ b/build.bat @@ -64,6 +64,7 @@ sonar-scanner -Dsonar.projectKey=x64dbg -Dsonar.sources=. -Dsonar.cfamily.build- ) else ( 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% ) +goto :restorepath :usage