Makes Sonar not be installed for AppVeyor PR builds. (#226)

This commit is contained in:
Pieter-Jan Briers
2017-06-14 16:27:09 +02:00
committed by GitHub
parent dcfa7cc4bf
commit 86ac47841c

View File

@@ -12,7 +12,7 @@ pull_requests:
image: Visual Studio 2017
clone_depth: 10
install:
- cinst msbuild-sonarqube-runner
- ps: if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { cinst msbuild-sonarqube-runner }
before_build:
- cmd: nuget restore SpaceStation14.sln