Skip to content

Commit 5536055

Browse files
committed
Update build chain dependencies
1 parent f61b45f commit 5536055

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ install:
7474
cinst sourcelink -y
7575
}
7676
77+
$Env:SHOULD_RUN_COVERALLS = $True
78+
7779
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
7880
{
79-
nuget install OpenCover -Version 4.5.3723 -ExcludeVersion -OutputDirectory .\packages
80-
nuget install coveralls.net -Version 0.5.0 -ExcludeVersion -OutputDirectory .\packages
81+
nuget install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
82+
nuget install coveralls.net -Version 0.6.0 -ExcludeVersion -OutputDirectory .\packages
8183
}
8284
8385
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -110,7 +112,7 @@ test_script:
110112
- ps: |
111113
If ($Env:SHOULD_RUN_COVERALLS -eq $True -and $Env:publish_on_success -eq $True)
112114
{
113-
.\packages\OpenCover\OpenCover.Console.exe `
115+
.\packages\OpenCover\tools\OpenCover.Console.exe `
114116
-register:user `
115117
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
116118
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `

0 commit comments

Comments
 (0)