I'm happy to found a way to publish my ASP.NET MVC app from command-line, but I want to run T4MVC transform before build from .bat file too.
Is this possible?
This came up in this previous question: Using T4MVC with build script.
Unfortunately, this just isn't possible due to the DTE dependency.