mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Makes Sonar not be installed for AppVeyor PR builds. (#226)
This commit is contained in:
committed by
GitHub
parent
dcfa7cc4bf
commit
86ac47841c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user