I'm trying to get T4 templates compiling on build, but they have xml-based dependencies. I see that the TemplateBuildState.TransformTemplate objects do keep a list of dependencies that get checked as part of the Last Modified Date calculation business, but I can't find any documented API to notify the build system that my template has an external dependency. Is there any way to do that?
Thanks.
I'm trying to get T4 templates compiling on build, but they have xml-based dependencies. I see that the
TemplateBuildState.TransformTemplateobjects do keep a list of dependencies that get checked as part of the Last Modified Date calculation business, but I can't find any documented API to notify the build system that my template has an external dependency. Is there any way to do that?Thanks.