2

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?

Community
  • 1
  • 1
artvolk
  • 9,448
  • 11
  • 56
  • 85

1 Answers1

1

This came up in this previous question: Using T4MVC with build script.

Unfortunately, this just isn't possible due to the DTE dependency.

Community
  • 1
  • 1
David Ebbo
  • 42,443
  • 8
  • 103
  • 117