How Stop Team Build from Precompiling

  • Thread starter Thread starter Krip
  • Start date Start date
K

Krip

(Sorry if this is a repeat but I don't see that my original post on 21 Aug
made it!)

I've got an ASP.NET website project in my Solution, in Visual Studio 2008.
I'm using TFS 2008 to build the Solution. The website is getting
precompiled (no .cs files). What / where do I make changes to stop the site
from getting precompiled during build? I suppose it's using MSBUILD, and
I've already made manual tweaks the build project file to deploy site after
a build. So I'm really hoping there's a switch somewhere that tells the
system not to precompile during a TFS build.

Thanks,
Krip
 
I've also tried a Web Deployment Project, and the best option I have there
is "Create a separate assembly for each page and control output". I'd still
like the ability to deploy the code files without any compilation...

-Krip
 
Back
Top