How Stop Team Build from Precompiling

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
 
K

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top