visual studio 2013 - Customize TFS Build to include only specific files -
visual studio 2013 - Customize TFS Build to include only specific files -
i have solution file multiple projects trying configure continuous integration on development server using team foundation server. customize deploy changes checked in.
scenario example
projects my project (mvc app) logic layera user checks in new home.cshtml file , updates code file in logic layer. configure automated build build next package:
my project bin/mylogic.dll views/home.cshtmlwhat steps done accomplish scenario?
you want incremental build, though don't recall if supported in tfs 2010.
try configuring build not clean workspace. set "clean workspace" property in "basic" section "none".
then, maintain binaries previous build, and, visual studio, build targets inputs have changed.
tfs visual-studio-2013 continuous-integration tfs2010 incremental-build
Comments
Post a Comment