asp.net - How Stop Team Build from Precompiling -
i've got asp.net website project in solution, in visual studio 2010. i'm using tfs 2010 build solution. website getting precompiled (no .cs files). / make changes stop site getting precompiled during build? suppose it's using msbuild, , i've made manual tweaks build project file deploy site after build. i'm hoping there's switch somewhere tells system not precompile during tfs build.
thanks.
i had problem. though wanted automated build perform build, didn't want precompiled version shipped. wanted full source shipped. accomplish this, when modified tfsbuild.proj file transport files used sources
folder instead of $(outdir)
folder. way site still got precompiled $(outdir)
, fail if there problem, version transported website actual .vb , .cs files themselves.
note: reason want source files website rather precompiled version sites covered in automated build undergo changes individual pieces , need updateable stand alone items. requirement of business more requirement of technology.
Comments
Post a Comment