Im trying to update the build quality of a build when the unit tests pass.. I figured how to update the quality of the build using a statement like this...
<Target Name="AfterEndToEndIteration">
<SetBuildProperties
TeamFoundationServerUrl="$(TeamFoundationServerUrl)"
BuildUri="$(BuildUri)"
Quality="Unit Test Passed" />
But i cant seem to isolate the Target when the unit tests SUCCESSFULLY pass.