Browse by Tags
All Tags »
Team City (
RSS)
I wanted today to display the application version in front of our builds, something I already did on the past but never with the VCS version. In fact I used the same BUILD_VCS_NUMBER_<simplified VCS root name> that I described here: Build multiple...
The other day I published different posts about the way I automated our build process at Innoveo Solutions to generate different ClickOnce setup using TeamCity : Build multiple ClickOnce deployment packages using MSBuild and Team City Building ClickOnce...
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...
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...
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...
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...
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...
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...
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...
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...
More Posts
Next page »