I just need to precompile my asp.net project on build server. I don't want to use that code. "C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler"
I need to precompile my code on build server and I can not create any publish profile because of the main sln has so many projects on it.
How can I precompile an asp.net project on build server with no publish profile.
Thanks.