We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a509d47 commit c6c0aecCopy full SHA for c6c0aec
appveyor.yml
@@ -36,6 +36,9 @@ nuget:
36
before_build:
37
- dotnet restore
38
build_script:
39
+ # Ensure Java 11, required by Sonar
40
+ - set JAVA_HOME=C:\Program Files\Java\jdk11
41
+ - set PATH=%JAVA_HOME%\bin;%PATH%
42
# Begin SonarScanner
43
- ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet sonarscanner begin /k:"Moq.ILogger" /o:adrianiftode-github /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$env:SONAR_TOKEN" /v:"$env:APPVEYOR_BUILD_NUMBER" /d:sonar.cs.opencover.reportsPaths="opencovercoverage.xml" /d:sonar.coverage.exclusions=test/**}'
44
- dotnet build
0 commit comments