AppVeyor config compatibility with latest SonarQube runner

master
Inga 🏳‍🌈 4 years ago
parent ffcae2cbce
commit 27e52b9218
  1. 2
      appveyor.yml

@ -9,7 +9,7 @@ before_build:
- choco install codecov
build_script:
- MSBuild.SonarQube.Runner.exe begin /key:"EternalArrowBackup" /version:"%APPVEYOR_REPO_COMMIT%" /d:"sonar.organization=inga-lovinde-github" /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=%SONAR_LOGIN%"
- MSBuild.SonarQube.Runner.exe begin /key:"EternalArrowBackup" /version:"%APPVEYOR_REPO_COMMIT%" /o:inga-lovinde-github /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=%SONAR_LOGIN%"
- msbuild /t:Rebuild EternalArrowBackup.sln
- MSBuild.SonarQube.Runner.exe end /d:"sonar.login=%SONAR_LOGIN%"

Loading…
Cancel
Save