Tagged Questions
0
votes
0answers
32 views
Teamcity MSBuild Gallio integration [closed]
I am new at this.
I am trying to create a task in Teamcity to run my tests created with MBunit, Gallio.
I searched quite some time but I could not find a solution. Does anyone has a manual how to ...
0
votes
1answer
124 views
How to run NCover v1.5.8 & Gallio v3.3 on x64 machine
I'm struggling with NCover v1.5.8 & Gallio v3.3 on x64 machine. It can run all the tests but cannot produce the coverage report. The error message: "Profiled process terminated. Profiler ...
1
vote
2answers
479 views
Gallio MbUnit and Team City problem
I asked a question this morning about an integration problem between Gallio and Team City. I changed the msbuild file to use the proper syntax with the latest Gallio build script API. Thank you for ...
2
votes
1answer
671 views
Cannot integrate Gallio MBUnit with Team City
I have been trying to get my MBUnit tests suite to work on Team City for many days now without any success.
My solution builds no problem. The program is with my tests. After googling for Gallio ...
1
vote
1answer
564 views
How do you get Cruise Control to Email the unit test results from Gallio(MbUnit)?
I have a build server that uses Cruise Control to run our test cases. I have successfully configured ccnet 1.4.2 to display the Gallio test results in the webdashboard but I can't seem to get ...
1
vote
2answers
317 views
MbUnit cannot recognize test assemblies compiled with MSBuild on Windows Server 2003
I've recently installed MbUnit version 2.4.2.355 on our build server which runs via Cruise Control.NET and NAnt, on a Windows Server 2003 machine with .NET Framework 3.5 SP1 installed.
I've checked ...
21
votes
7answers
11k views
MSBuild — Use the .csproj file or roll your own?
OK, so I readily concede that I'm a newbie when it comes to continuous integration.
That being said, I'm trying to set up a CC.NET environment to educate myself, but I'm having trouble finding the ...
0
votes
3answers
1k views
How do I get Team Build to run MbUnit tests?
I am having trouble getting Team Build to execute my MbUnit unit tests. I have tried to edit TFSBuild.proj and added the following parts:
<Project ...>
<UsingTask ...