When should we call a target using 'DependsOnTargets' and <CallTarget> ?

Posted by Nam Gi VU on Stack Overflow See other posts from Stack Overflow or by Nam Gi VU
Published on 2010-05-12T04:17:40Z Indexed on 2010/05/12 4:24 UTC
Read the original article Hit count: 152

Filed under:

At far as I know, at the moment we can call other targets from within a target by using the attribute 'DependsOnTargets' or by using the task

My question is when should we use each case?

© Stack Overflow or respective owner

Related posts about msbuild