Litee / SolutionCop

Tool for static analysis of Visual Studio solutions
Apache License 2.0
23 stars 3 forks source link

Exclude TeamCity success status #15

Open imanushin opened 8 years ago

imanushin commented 8 years ago

SolutionCop writes teamcity success status after tests passing, so this result is presented forever, even after unit tests execution. TeamCity builds overview does not show tests counts for now, only solution cop statuses. I'd like to disable (or optionally disable) solution cop TeamCity success status (and keep logging, failed statuses, etc.)

imanushin commented 8 years ago

Decided to use new command line property suppress-success-status-message.

skurdiukov commented 8 years ago

Since version 0.7.0 success builds are reported with progressMessage rather then buildStatus, and command line property now obsolere.