Configuring Team build using XUnit [From client] Update.
Posted by: Mehfuzs WebLog,
on 05 Sep 2009 |
View original | Bookmarked: 0 time(s)
In my previous post , i mentioned about configuring Team build along with XUnit without installing anything on the build machine. This is sometimes useful as the build machine is miles away and is shared among other projects and you dont want to mess things up installing your stuffs. Now, inside the TeamBuildTypes folder you can add your referenced dlls which you can use in your MSBuild target file to do automated test, which is on the other hand is referenced in TFSBuild.Proj file. Now,...