File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ test_script:
30
30
- OpenCover\tools\OpenCover.Console.exe -register:user -mergeoutput -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:"test -f net6.0 -c debug NLog.Extensions.Hosting.Tests" -filter:"+[NLog.Extensions.Logging]* +[NLog.Extensions.Hosting]* -[NLog.Extensions.Logging.Tests]* -[NLog.Extensions.Hosting.Tests]*" -output:"coverage.xml" -oldstyle -targetdir:"test"
31
31
- pip install codecov
32
32
- codecov -f "coverage.xml"
33
- - set JAVA_HOME=C:\Program Files\Java\jdk16
33
+ - set JAVA_HOME=C:\Program Files\Java\jdk17
34
34
- set PATH=%JAVA_HOME%\bin;%PATH%
35
35
- ps : .\run-sonar.ps1
36
36
- ps : .\run-tests.ps1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if ($env:APPVEYOR_REPO_NAME -eq $github) {
20
20
$prMode = $true ;
21
21
}
22
22
23
- dotnet tool install -- global dotnet- sonarscanner -- version 5.9 . 2
23
+ dotnet tool install -- global dotnet- sonarscanner -- version 5.13 . 1
24
24
if (-Not $LastExitCode -eq 0 ) {
25
25
exit $LastExitCode
26
26
}
You can’t perform that action at this time.
0 commit comments