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 » continuous integration (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...
MSBuild and Silverlight 2.0 Beta 1 running in Team City
If you want to integrate Silverlight 2.0 Beta 1 in your Continuous Integration system, in my case Team City ), it is better to read the readme of Silverlight 2.0 Beta 1 SDK here . The important part in our case is the following one: Using MSbuild to build...
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 ...
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...
VisualSVN Server 1.1 released
By starting to write a post about the new step achieved in the tooling of Tech Head Brothers development I just realized that VisualSVN Server 1.1 is released . So I downloaded and updated my installation in 2-3 minutes, all went well, just nice. VisualSVN...
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 Next page »