Search This Blog

Wednesday, January 10, 2007

TFSBuildManager

I wrote a utility to manage build types called TFSBuildManager. You can download it's first release here. It is hosted under CodePlex.
Main features of this utility are:
  • Start, stop a build
  • Change build/s quality
  • Delete, backup build/s
  • Edit build type

I wrote it because I needed the ability to manage build types outside Visual Studio environment. Also, I needed some features that are not available through Visual Studio IDE.

I'm planning to add:

  • Advanced build log
  • Add new Build Type
  • Build list filtering
  • Edit advanced Build Type properties

Enjoy.

1 comment:

Buck Hodges said...

That looks like a nice tool. I posted about it at http://blogs.msdn.com/buckh/archive/2007/01/12/tfsbuildmanager-project-on-codeplex.aspx.

Buck