I'm writing a new task for MSBuild and I would like to know if it is a good idea to instantiate and use other tasks inside the Execute() method of another
Apart from setting the Log and BuildEngine properties is there anything else I should do before calling Execute() in the inner tasks
Thanks.