|
|
|
@ -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%" |
|
|
|
|
|
|
|
|
|