TeamCity failing build when muted test fails -


there seem few similar posts on topic here different scenario , corresponding issue.

i have 4 build steps in teamcity specific build configuration of second msbuild step , last 2 test steps.

when mute failing tests, build still fails. there recommendations untick the build process exit code not zero don't want because want terminate build process if preceding build step fails (i.e. if build fails).

teamcity documentation: the build step status considered failed if build process returned non-zero exit code , fail build if build process exit code not 0 build failure condition enabled (see build failure conditions); otherwise build step successful.

is there anyway passing build muted tests without having resort unticking the build process exit code not 0 option?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -