Skip to content

Commit

Permalink
sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
mstama committed Jul 4, 2017
1 parent 6317898 commit 044b9b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2017
environment:
SonarQube_Token:
secure: AP9Stcadr448oldQWJrZC9QXQxoLaWL7zaaNApoVaJGrqDMIiZ89gESGyaeHAL2A
before_build:
- cmd: dotnet restore
- cmd: choco install "msbuild-sonarqube-runner" -y
- cmd: MSBuild.SonarQube.Runner.exe begin /k:"track-master" /n:"Track" /v:"1.0.4" /d:sonar.host.url=https://sonarqube.com /d:sonar.login=%SonarQube_Token% /d:"sonar.organization=mstama-github"
build:
verbosity: minimal
after_build:
- cmd: MSBuild.SonarQube.Runner.exe end /d:sonar.login=%SonarQube_Token%
test_script:
- cmd: dotnet test .\UnitTests\UnitTests.csproj
skip_commits:
Expand Down

0 comments on commit 044b9b9

Please sign in to comment.