Hi,
I'm using RazorGenerator.MsBuild 2.0.1 dll for MVC 3 project to precompile the razor views. My intention is to avoid deploying the razor views and using the dll to load the views .
Precompiling is working well in my local machine while building the solution and I'm able to see the views related code in the dll using Ildasm.
However, when I queued the TFS build which will build the solution and deploy the files in the dev webserver, razor views are not getting precompiled into the dll.
Any help is highly appreciated .
Thanks
Shashikanth.
I'm using RazorGenerator.MsBuild 2.0.1 dll for MVC 3 project to precompile the razor views. My intention is to avoid deploying the razor views and using the dll to load the views .
Precompiling is working well in my local machine while building the solution and I'm able to see the views related code in the dll using Ildasm.
However, when I queued the TFS build which will build the solution and deploy the files in the dev webserver, razor views are not getting precompiled into the dll.
Any help is highly appreciated .
Thanks
Shashikanth.