In a Job you might call COMPILE I'd use the Msbuild plugin to do the compilation. You will just need to point the Msbuild plugin at the .SLN file.
In another job you might call UNITTEST I'd use the NUNIT plugin to run the test. You will need to point the NUNIT runner at the assembly containing the test. I would link COMPILE to UNITTEST by using the TRIGGER OTHER JOBS option. On Friday, August 17, 2012 6:42:11 PM UTC-4, Kenneth wrote: > > Hi all, > I am quete new to Jenkins. > > I have a simple C# solution with visual studio 2005, i.e. .NET 2.0 > a) project executable > b) a library used > c) a unit test of the library. > > 1) My question is how do I setup Jenkins up to build the binary files? > 2) How can I run the unit tests from Jenkins, they are nuit based. > > Thanks for any help > Kenneth > > >
