News

Laurent Kempé MVP JetBrains Academy Member

Contact

My status

View Laurent Kempé's profile on LinkedIn
XING
twitter
facebook


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)
Watch Several TeamCity Servers With Windows Tray Notifier
Browsing TeamCity documentation this evening I discovered that it is possible to Watch Several TeamCity Servers With Windows Tray Notifier TeamCity Tray Notifier is used normally to watch builds and receive notifications from a single TeamCity server...
Posted: Nov 04 2009, 08:49 PM by lkempe | with no comments
Filed under:
Build multiple ClickOnce deployment packages using MSBuild and Team City
The other day I posted about Build ClickOnce deployment packages using MSBuild and Team City , and there were something that I didn’t liked in my way of doing it. I have multiple ClickOnce deployment packages created using TeamCity and MSBuild but each...
Building ClickOnce with TeamCity
Migrating our TeamCity server today I got the following error on the new server: error MSB3147: Could not find required file 'setup.bin' in … I for sure fixed that on the older server, and the fix was to have the SDK on the build server. The issue is...
ClickOnce certificate and TeamCity
To be able to run a build on TeamCity of a Visual Studio solution containing a ClickOnce manifest which needs to be signed, you will need to add the certificate to the Windows account on which TeamCity services runs. TeamCity run under Local System account...
Build ClickOnce deployment packages using MSBuild and Team City
The other day I was requested to automate our build process to issue different ClickOnce setup for the same application. The main difference was some configuration files pointing to different back end web services. To start I had to create new build configurations...
Posted: Oct 27 2009, 01:25 PM by lkempe | with 1 comment(s)
Filed under: ,
Joining JetBrains Academy
I am pleased to announce that I was invited to join JetBrains Development Academy and accepted the invitation . If you read this blog I guess you already know that I am a big fan of their development tools, especially ReSharper and Team City which make...
Posted: Sep 06 2009, 10:21 AM by lkempe | with 3 comment(s)
Filed under: ,
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...
More Posts Next page »