VS 2010; TFS 2010; ASP.Net 4.0; Web Deployment Projects 2010;
I am using the build process templates in order to do one-click deploys (for dev and QA only). I want m
You can do this by adding the following to your .csproj file
.csproj
/whatever . ..\precompiled true false
Then in TFS2010's default template
/target="PrecompileWeb"