Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: teamcity

    comments

    I like it when I kick off a build and there aren't any warnings. Unfortunately I'm forgetful and it's always easier to edit the code now then it is 3 months later (when I remember to look at the warnings). This post will cover capturing MSBuild warnings in TeamCity and displayign the results in the dashboard, a custom chart, the build log, a raw text artifact, and a custom report tab in the run results.

    Read More...
    comments

    Custom Charts in TeamCity

    by Eli Weinstock-Herman (tarwn) on Sep 21, 2012 in categories Application Lifecycle Management. Article views: 1800 views

    While re-implementing my continuous delivery pipeline in TeamCity last week, I skipped over charting the load tests results from WCAT. This weekend I returned to this task to find that it was less tricky than it originally appeared.

    Read More...
    comments

    Continuous Delivery - To The Cloud!

    by Eli Weinstock-Herman (tarwn) on Sep 20, 2012 in categories Application Lifecycle Management. Article views: 2042 views

    So what do you do when you have a nice little build lab with two implementations of an automated deployment pipeline that includes unit testing, automated interface testing, automated deployments, smoke testing, automated load tests, static analysis, warning tracking, and automated sort-of QA and production deployments? Take it to the cloud, of course.

    Read More...
    comments

    Continuous Delivery with TeamCity

    by Eli Weinstock-Herman (tarwn) on Sep 14, 2012 in categories Application Lifecycle Management. Article views: 7719 views

    Over the series of 12 posts, I have built a continuous delivery pipeline around the MVC Music Store tutorial web site. The journey included making changes to support unit testing, creating a CI build, adding automated multi-environment deployment, automated interface testing, automated load testing stage, and static analysis. Up until now, this was entirely on Jenkins, but today I intend to re-implement the pipeline on TeamCity.

    Read More...
    comments

    Teamcitysharp v0.1 released

    by Christiaan Baes (chrissie1) on Nov 24, 2011 in categories Microsoft Technologies, VB.NET, C#. Article views: 1373 views

    The always amazing Paul Stack has released his very first edition of teamcitysharp and I though it a good idea to try it.

    Read More...
    comments

    Now that you have all those nice XML comments on your methods and classes and everything else it is time to make them into something no one will ever read but you can use to impress the manager (especially useful in printed format). I will use sandcastle and teamcity for this.

    Read More...
    comments

    Don't forget to clean up your teamcity mess

    by Christiaan Baes (chrissie1) on Jul 25, 2011 in categories IT Processes. Article views: 1208 views

    Introduction I've been using teamcity for a while now and just used it on a VM with limited diskspace. 40GB for a windows 2008 R2 server isn't all that much. But it still has a couple of Gigabytes left over so why should I worry... Yeah right. Today…

    Read More...
    comments

    Upgrading from teamcity 6.0 to 6.5

    by Christiaan Baes (chrissie1) on May 27, 2011 in categories Application Lifecycle Management. Article views: 871 views

    Introduction I have been running Teamcity for a while now and have been very happy with it. This week Teamcity 6.5 came out and I thought it was time for an upgrade. The upgrade I downloaded Teamcity 6.5 (dooh) and copied the file over to the b…

    Read More...
    comments

    Teamcity 6 upgrade from teamcity 5

    by Christiaan Baes (chrissie1) on Dec 08, 2010 in categories Software & Configuration Management. Article views: 1458 views

    Introduction Teamcity 6 came out and I upgraded. TeamCity is free so I see no reason why not to use it. And if there is a new version we just have to have it like woman need new shoes. Here is my adventure with the upgrade. Install Just downloa…

    Read More...
    comments

    Introduction

    As you all know, I moved to teamcity for my nightly and continuous builds. Now I have also done the same for the deployment builds. My deployment builds are not yet continuous but I'm just 5 seconds away from them.

    Work flow

    My work flow is very simple for deployment builds.

    1. Rebuild debug

    2. run unittests on debug build

    3. Rebuild release build

    4. Copy to deployment folder and let the updater do it's work.

    ...

    Read More...

    :: Next >>