We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f41b2f commit bbd8041Copy full SHA for bbd8041
build/Publish-Coverity.ps1
@@ -4,7 +4,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
4
$version = $env:APPVEYOR_BUILD_VERSION
5
& $coverityPublisher publish `
6
-t "$env:coverity_token" `
7
- -e "$env:coverity_email"
+ -e "$env:coverity_email" `
8
-r "$env:APPVEYOR_REPO_NAME" `
9
-z coverity.zip `
10
-d "AppVeyor Tagged Build($env:APPVEYOR_BUILD_VERSION)." `
0 commit comments