How to integrate MSpec with MS Build?
Few days ago I watched a BDD screencast by Rob Conery . In the video he showed how to use MSpec , so I downloaded it and played with the bits. What I want now is to integrate MSpec with MS Build, but I don't know how... I use TFS team build as my CI server - Can you help me to integrate MSpec with MSBuild? Thanks! At the moment the easiest way is to just Exec it. <Target Name="RunSpecs"> <PropertyGroup> <MSpecCommand> lib\machine\specifications\Machine.Specifications.ConsoleRunner.exe $(AdditionalSettings) path\to\your\project\bin\Debug\Your.Project.Specs.dll path\to\your\other\project\bin