Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What dlls from Gallio do I need to include for TeamCity to run the tests

I'm using Gallio and MbUnit 3, and I have Team City 4 installed. I just put the whole bin directory of Gallio into Subversion since I didn't know what dlls I needed. Do you know which ones I need to keep, and what I don't need to put into SCM? Thanks.

like image 438
Lance Fisher Avatar asked Jan 15 '09 08:01

Lance Fisher


1 Answers

Much of the bin directory is required but you can strip out plugins and folders for things you don't need, such as Visual Studio support, ReSharper extensions, AutoCAD integration, etc.

The easiest way to get this right is to perform a base-bones custom install of just the few Gallio components you really need such as MSBuild and TeamCity bits. Then you can copy those bits into your source tree.

OTOH, bits are cheap so it might not be worth worrying about it too much...

like image 183
Jeff Brown Avatar answered Sep 22 '22 16:09

Jeff Brown