Skip to content

Commit 6b4ddf1

Browse files
committed
Update build chain dependencies
1 parent f61b45f commit 6b4ddf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ install:
7676
7777
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
7878
{
79-
nuget install OpenCover -Version 4.5.3723 -ExcludeVersion -OutputDirectory .\packages
80-
nuget install coveralls.net -Version 0.5.0 -ExcludeVersion -OutputDirectory .\packages
79+
nuget install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
80+
nuget install coveralls.net -Version 0.6.0 -ExcludeVersion -OutputDirectory .\packages
8181
}
8282
8383
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -110,7 +110,7 @@ test_script:
110110
- ps: |
111111
If ($Env:SHOULD_RUN_COVERALLS -eq $True -and $Env:publish_on_success -eq $True)
112112
{
113-
.\packages\OpenCover\OpenCover.Console.exe `
113+
.\packages\OpenCover\tools\OpenCover.Console.exe `
114114
-register:user `
115115
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
116116
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
@@ -149,7 +149,7 @@ after_test:
149149
{
150150
Write-Host "Uploading code coverage result..." -ForegroundColor "Green"
151151
152-
.\packages\coveralls.net\csmacnz.Coveralls.exe `
152+
.\packages\coveralls.net\tools\csmacnz.Coveralls.exe `
153153
--opencover -i opencoverCoverage.xml `
154154
--repoToken $Env:coveralls_token `
155155
--commitId $Env:APPVEYOR_REPO_COMMIT `

0 commit comments

Comments
 (0)