Problem reporting custom test results from msbuild
Dear all,
I have a problem with reporting custom test results. The tests pass but the teamciyt says it failed,
When I use the following msbuild code it does not work, e.g. teamcity reports an error although the testfailed message is skipped.
The ErrorCode is 0 and the teamcity log sais: Task "Message" skipped, due to false condition; ('$(ErrorCode)' > '0') was evaluated as ('0' >]]> '0').
Why is this?
Thanks
steffen
Edited by: SteffenS on Aug 7, 2008 10:48 AM
Please sign in to leave a comment.
Is that possible to compare exit code with 0 as strings?
Thanks!