Browse by Tags
All Tags »
continuous integration (
RSS)
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...
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...
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...
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...
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...
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...
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 .
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 ...
More Posts
Next page »