File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ on_success:
92
92
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
93
93
--overwrite
94
94
95
+ Write-Host -ForegroundColor "Green" "###"
96
+ ls
97
+ Write-Host -ForegroundColor "Green" "###"
98
+ ls cov-int
99
+
95
100
# Write-Host -ForegroundColor "Green" "Uploading Coverity results... $env:coverity_email"
96
101
# & .\packages\PublishCoverity\PublishCoverity.exe publish `
97
102
# -t "$env:coverity_token" `
@@ -103,12 +108,12 @@ on_success:
103
108
}
104
109
105
110
artifacts :
106
- - path : cov-int\build-log.txt
107
- name : coverity.build.logger
108
-
109
111
- path : libgit2sharp.zip
110
112
name : coverity.analysis.results
111
113
114
+ - path : cov-int\build-log.txt
115
+ name : coverity.build.log
116
+
112
117
notifications :
113
118
- provider : Email
114
119
to :
You can’t perform that action at this time.
0 commit comments