I have a T4 template that geneates helpert code based on other code that is declared within my project. Because of this, I have to build my project before I run "Transform All Templates". Is it possible to have "Transform All Templates" run as a post-build-event upon a successful build?
views:
22answers:
2
+1
A:
An easier solution may be to modify your templates A LA the T4 MVC templates so that they automatically mark themselves as dirty on build (check the docs page and search for AlwaysKeepTemplateDirty for details). You could probably edit your templates to have them do the same thing.
Will
2010-08-12 19:24:32