File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -81,19 +81,18 @@ 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 -OutputDirectory $env:APPVEYOR_BUILD_FOLDER \packages
84
+ & nuget install PublishCoverity -Version 0.9.0 -ExcludeVersion -OutputDirectory . \packages
85
85
86
86
Write-Host "Building project with Coverity..."
87
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
- ls .\packages
90
- ls $env:APPVEYOR_BUILD_FOLDER\packages
91
- & .\packages\PublishCoverity.exe compress `
89
+
90
+ & .\packages\PublishCoverity\PublishCoverity.exe compress `
92
91
-i "$env:APPVEYOR_BUILD_FOLDER\cov-int" `
93
92
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
94
93
--overwrite
95
94
Write-Host "Uploading Coverity results..."
96
- & .\packages\PublishCoverity.exe publish `
95
+ & .\packages\PublishCoverity\PublishCoverity .exe publish `
97
96
-t "$env:coverity_token" `
98
97
-e "$env:coverity_email" `
99
98
-r "$env:APPVEYOR_REPO_NAME" `
You can’t perform that action at this time.
0 commit comments