News

Laurent Kempé MVP

Contact

My status

View Laurent Kempé's profile on LinkedIn
XING


Xbox 360



Map

Locations of visitors to this page

.NET Dudes

Family

French .NET Dudes

Friends

Links

Tech Head Brothers

Browse by Tags

All Tags » Team City (RSS)
MSBuild and Silverlight 2.0 Beta 2 SDK running in Team City
First you need to un-install the Silverlight 2.0 Beta 1 SDK from the build server! Then you can download the Microsoft Silverlight Tools Beta 2 for Visual Studio 2008 and extract it on the server, there you will find the file silverlight_sdk.msi , that...
Run NCover through MSBuild in Team City
After one comment of Chris Walquist on one of my last post about Team City integration of NCover here is the way I run NCover through MSBuild in Team City. First I need to import the Task of NCover. <Project ToolsVersion =" 3.5 " DefaultTargets...
Using NDepend in Team City build management tool
In my effort to bring a good development environment for the next version of Tech Head Brothers portal, in which we should be (at the moment) three to develop, I went on with the integration of NDepend , the wonderful tool of Patrick Smacchia , with the...
Continuous integration and Nightly build with Team City
I finally found some time this evening to re-configure Team City and adapt my MSBuild script to be able to achieve the following build configuration for Tech Head Brothers portal: CI Trunk - Unit Tests, Coverage, Deploy Staging Checkout source code from...
Team City 3.1 and NDepend 2.8 integration
I finally managed to integrate those two wonderful tools Team City and NDepend as you can see on the following picture: I will post soon the way I use to integrate those two, as I did for NCover .
MSBuildProjectDirectory issue in Web Deployment Project! Any idea Welcomed!
I go crazy with a stupid error! I try to have my web deployment project use the property MSBuildProjectDirectory like this: <Target Name =" NDepend "> <Message Text =" #--------- Executing NDepend ---------# " Importance ...
Team City 3.1 Duplicate Finder for Tech Head Brothers
For the development of the next version of Tech Head Brothers I wanted to have a continuous integration server running for our small team. I used for that Team City 3 from JetBrains . Continuous integration is very nice and works very good. Then I discovered...
Integration of NCover into Team City for Tech Head Brothers
Starting the development of the new Tech Head Brothers in a remote multi developers environment I wanted to have some tooling to ease our work. For sure we have: A code repository: Subversion installed using VisualSVN server A continuous integration server...
Set Up a Build Computer using VisualSVN, Team City, MsTest, NUnit
When I started to work on the new version of Tech Head Brothers I decided to use the new version of the unit testing framework from Microsoft. Before making this decision I read that it was much better and faster in several places. As I also wanted to...
More Posts