From cda7640314addcb28be7625c5adae7a864d3fe5d Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 29 Jul 2015 12:21:17 +0200 Subject: [PATCH] Use AppVeyor build number for Coverity code version. Hope this fixes the build for PRs. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0f8ae7c..33e80c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ after_build: cov-build.exe --dir cov-int msbuild /t:Rebuild HtmlSanitizer.sln nuget.exe install PublishCoverity -ExcludeVersion PublishCoverity\PublishCoverity.exe compress -o coverity.zip -i cov-int - PublishCoverity\PublishCoverity.exe publish -t "$env:CoverityProjectToken" -e "$env:CoverityNotificationEmail" -r "$env:APPVEYOR_REPO_NAME" -z coverity.zip -d "AppVeyor $env:APPVEYOR_BUILD_VERSION" --codeVersion "$env:APPVEYOR_REPO_COMMIT" + PublishCoverity\PublishCoverity.exe publish -t "$env:CoverityProjectToken" -e "$env:CoverityNotificationEmail" -r "$env:APPVEYOR_REPO_NAME" -z coverity.zip -d "AppVeyor $env:APPVEYOR_BUILD_VERSION" --codeVersion "$env:APPVEYOR_BUILD_VERSION" } after_test: # generate report for NUnit testing framework: