Tag: Team Build

  • Slides from VSLive Las Vegas 2008: WiX, TFS Reporting, TFS Customization

    I spoke last week at VSLive Las Vegas and I promised my audiences that I’d post my slides and code. (Better late than never, right?) Anyway, here it is. Serious Team Foundation Server Customization code, slides Win and Web Installers with WiX code, slides De-Mystifying Team Foundation Server Reporting code, slides The TFS Reporting demos…

  • Speaking at Beantown .NET User Group on TFS2008 6/12/2008

    Reminder: Beantown .NET is meeting this week on Thursday, June 12th. For our June meeting, I’ll be presenting “Team Foundation Server 2008” as part of the Microsoft Visual Studio 2008 Community Launch Event program (http://tinyurl.com/3uz2c3). As always, our meeting is open to everyone so bring your friends and co-workers.  If you’re planning to come, please…

  • VSLive Austin 2007 Slides & Code

    Last week I was speaking at VSLive Austin 2007. Here are some links to download my slides and sample code. Serious ASP.NET WebPart Customization (slides) / (code) Serious Team Foundation Server Customization (slides) / (code) Serious Team Foundation Server Source Control (slides) / (code) Worshipping LINQ to SQL(Joint session with Richard Hale Shaw) (slides) Workshop…

  • Updated Continuous Integration Service for TFS 2005 / Team Build 2005

    You’re probably familiar with the Khushboo Continuous Integration Service for Team Foundation Server 2005 & Team Build 2005.  I’ve been using it for a long while now but recently ran up against a limitation: you can’t specify a build per source control sub-directory — you can only specify continuous integration builds at the Team Project…

  • Managing TFS Team Build History: Delete Completed Builds From "All Build Types" & Bug Work Item Drop-downs

    Here’s another blog post that came from an attendee question at VSLive Vegas.  In Team Foundation Server (TFS) there are at least two places where you can see completed Team Builds: the “Team Builds – All Build Types” screen and the Bug work item’s “Found in build” and “Resolved in build” drop-down lists.   Here’s what it looks like…

  • Run Unit Tests With Automatic DBPro DB Deploy from a Team Build

    This time I’m genuinely surprised that no one has tackled this and posted it on a blog or to the DBPro or Team System forums. When you add a unit test for a stored procedure in Visual Studio Team System for Database Professionals (DBPro) for the first time, you get the dialog asking how you…