Get Visual Studio to run a T4 Template on every build

后端 未结 22 2744
余生分开走
余生分开走 2020-11-22 08:29

How do I get a T4 template to generate its output on every build? As it is now, it only regenerates it when I make a change to the template.

I have found other ques

22条回答
  •  醉梦人生
    2020-11-22 09:10

    Recently found this great VS plugin, Chirpy.

    Not only does it generate your T4 on a build, but it allows T4-based approach to minification of javascript, CSS, and even lets you use LESS syntax for your CSS!

提交回复
热议问题