File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ on_success:
81
81
Remove-Item -Recurse -Force (Join-Path $env:APPVEYOR_BUILD_FOLDER "LibGit2sharp.Tests/bin")
82
82
Remove-Item -Recurse -Force (Join-Path $env:APPVEYOR_BUILD_FOLDER "LibGit2sharp.Tests/obj")
83
83
84
- & nuget install PublishCoverity -Version 0.9.0 -ExcludeVersion -Verbosity detailed - OutputDirectory . \packages
84
+ & nuget install PublishCoverity -Version 0.9.0 -ExcludeVersion -OutputDirectory $env:APPVEYOR_BUILD_FOLDER \packages
85
85
86
86
Write-Host "Building project with Coverity..."
87
- & cov-build.exe --dir cov-int --encoding=UTF-8 msbuild $env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
87
+ & cov-build.exe --dir cov-int "C:\Program Files (x86)\MSBuild\12.0\bin\ msbuild.exe" $env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
88
88
Write-Host "Compressing Coverity results..."
89
89
ls .\packages
90
90
ls $env:APPVEYOR_BUILD_FOLDER\packages
You can’t perform that action at this time.
0 commit comments