Team Foundation Server 2008 - What's New Talk

| 10 Comments

tfs08_whats_new Last night I had the pleasure of presenting to my local .NET User Group (NIMTUG) on what is new in Team Foundation Server 2008.  Interestingly, most of the audience where new to TFS completely so I also covered a bit of ground on what Team Foundation Server did and why - however most of the talk concentrated on the Team Build stuff new in TFS 2008 and I ran through the wallboard demo that I wrote for TechEd.

In you are interested, the slides are here:-

and the demo code is available here.

Thanks to everyone that turned out for the talk - it was very well attended despite the weather.  During the session, I offered a couple of drinks to anyone who would be photographed with a Team System temporary tattoo on their head, sadly no-one took me up on the offer ;-)

10 Comments

From you slide on page 15. Does this mean that I cannot build a .NET 3.5 solution in the build server UNLESS I am using TFS2008?

Scott,

I have not tried this myself, but according to Buck Hodges on the team, “only a TFS 2008 build agent can build a 3.5 project (or a VS 2008 solution that targets 2.0 framework), because of the change to the version in the solution file.”

So, you can see that it is the build agent when doing an automated build that is the problem. To upgrade the build agent you will also need to upgrade TFS to 2008. If you are not using the automated build stuff then you can certainly store a VS2008 solution in TFS 2005 and build it locally using you VS2008 client.

Hope that makes sense - if you disagree then let me know.

Martin.

Very nice and Useful..

Thanks ....

Very cool, I wasn't aware of the TFS API you use in the demo application. Thanks!

Great Presentation!

I noticed that in your presentation you mention that multiple build services can run on the same machine. Is this achieved through the use of virtual servers? Or is there another trick?

Cheers
Greg

The trick on running multiple build agents on one server is kinda detailed on Buck Hodges blog (http://blogs.msdn.com/buckh/archive/2007/08/14/tfs-2008-a-basic-guide-to-team-build-2008.aspx) – the section titled “Advanced Topics”. Basically in TFS2008 the build agent can be run as an interactive process on the port of your choice. You can copy the build agents binaries and the .exe.config into separate directories and configure to run on different ports if you really want to.

That said, I’ve never really found a real need for this and when I was giving my talk I pointed out that I don’t particularly recommend folks do that. I should probably take that line out of the deck as it just confuses matters. Once you start copying binaries around out of the installed directories you can run into problems with servicing – i.e. making sure you have the correct version of the build agent after service packs / hotfixes etc have been applied.

I can see the need for multiple build machines, and virtualized build environments – but not sure about the need for multiple build agents processes on the same machine. Now that MSBuild supports the ability to perform builds on multiple threads, you can get more out of your hardware. That said, if you are lucky enough to have a machine that has plenty of spare resources then virtualization might be the better way to go.

Hope that helps – sorry about any confusion.

Is it possible to use the Team Build feature to build non .Net code OR not build the code at all but do some ther tasks to generate a report of work items, etc.

Hi
Could you please let me know how does the Issue Tracking / Management and the Workflow Management works in TFS 2008?

Thanks

Hi Martin

I have a problem with Automation Build in TFS Visual Studio 2008.
My application was initially developed in Visual studio 2005 but when i try to create a automated build using the TFS VS2008 the application is not trying to complile my presentation layer.
Could you please suggest me a way to do this?
Or do i need to convert my project to Visual studio 2008 before providing Automation Build.

Regards
Bose

is SQL 2005 professional enough to install TFS 2008?

Archives

Creative Commons License
This blog is licensed under a Creative Commons License.