TeamCity & MSpec with sln2008 runner? -
I am currently using the sln2008 runner. Is there a way that MSCEC can execute testing without team switching to a NAND or MSBuild runner?
I 've never done this, but you can probably add a post creation Exec job that just Mspec.exe has been opened, simply throw the code from your answer connected to the top () in your apppipes CSPRages and add DependsOnTargets = "RunSpecs" to your AfterBuild target:
& Lt; Exec command = "$ (MSpecCommand)" /> & Lt; / Target & gt; & Lt; Target name = "afterbild" DependsOnTargets = "RunSpecs" & gt; & Lt; / Target & gt;
Comments
Post a Comment