visual studio 2013 - Why does TFS build is not running tests as if it don't exist? -


i have added tfs build our project, , configured run automated tests in project, , reason build ignoring tests if don't exist!

in order figure out created solution basic project origin code , test project well. i've added these tfs , configured equal build solution, , guess what? executed tests! it's same tests original. copy of it.

the main difference between these 2 solutions original code big solution many projects, of projects in kind of solution directory (and tests project - it's inside solution directory well).

the difference between tfs build definition is output location of build set single directory (i tried perproject , worked) , in original code it's defined "asconfigured" because have build tasks copying dlls , such.

has encountered problem? ideas?

thanks

tfs test dlls in binaries output folder location. need configure 'build tasks copying dlls' ensure test dlls copied location.

test assembly file specification specify binary files contain tests want run. leave default value (**\**test*.dll) if want build agent search recursively .dll files match *test*.dll in binaries subdirectory of build agent's working directory.

tfs2013 — http://msdn.microsoft.com/en-us/library/ms253138.aspx

tfs2012 — http://msdn.microsoft.com/en-us/library/ms253138(v=vs.110).aspx


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -