ObjectSharp Blogs

You are currently viewing

Dave Lloyd's 2 Cents

A .NET Developer's Perspective


August 2010 - Posts

Tech Days 2010

Tech Days 2010 starts next month Vancouver then makes it’s way around Canada. I’m a Session lead for a session on Build Automation . Here are dates and locations for a Tech Day near you. Vancouver    Sep 14-15 Edmonton    Oct 05-06 Read More...

How to Delete a TFS Project in 2010

In the past if you wanted to delete a TFS project it had to be done at the command line. Now you can do it right from the Admin console on the Server. “I am loving the TFS Admin console.“ For those of us who create projects just to play with features Read More...

Building .net 4.0 with TFS 2008

Did you know the TFS 2008 build agent can use MSBuild 4.0 to build VS 2010 solutions On the Team Foundation Build 2008 machine: Install .NET 4.0 Install Visual Studio 2010 (if you are running tests) Edit the TFSBuildService.exe.config file and set the Read More...

The MetaData Build Process Argument

As you have read on this blog and others, the TFS 2010 build process’ now utilizes Windows WorkFlow to define it’s process. This means you can define Arguments to allow an option to be set in the Build definition instead of being hard coded in the process. Read More...