I'm trying to setup jenkins to monitor a solution with C++ and C# in
multiple solutions, but in one repository.
(VS 2005 and .NET 2.0)
How should I configure jenkins to build and test it?
my suggested alternatives are:
a) one job for each solution? - rather large jobs
b) one job for each project? - many jobs. How do I handle the project
interdependencies?
I've been looking at this for quite a while...
I prefer b, but have been stuck on msbuild v.2.n and cannot figure out how
to handle references between projects..
(There must be someone outthere that know how to build 2 c# projects with
jenkins, one that uses the other)
thanks.