When should we call a target using 'DependsOnTargets' and <CallTarget> ?
- by Nam Gi VU
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?