Skip to content

Commit 62a5fca

Browse files
appveyor.yml
1 parent db93929 commit 62a5fca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ install:
1010
- choco install "sonarscanner-msbuild-netcoreapp2.0" -y
1111
before_build:
1212
- cmd: nuget restore Src/OpenInApp.Launcher.sln
13+
- set JAVA_HOME=C:\Program Files\Java\jdk11
14+
- set PATH=%JAVA_HOME%\bin;%PATH%
1315
- choco install opencover.portable
1416
- choco install codecov
1517
- dotnet tool install -g dotnet-sonarscanner

0 commit comments

Comments
 (0)