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 layer

a 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.cshtml

what 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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -