views:

18

answers:

2

Hi everyone,

Just familiarizing myself with TFS 2010, especially Team Build which now uses Windows Workflow. Have been setting up some custom workflows etc to get used to it and so far so good.

My question is about this blogpost: http://blogs.msdn.com/b/jpricket/archive/2009/12/23/tfs-2010-custom-process-parameters-part-2-metadata.aspx

The author states "By the way, if you use the Workflow Designer in Visual Studio to edit your build process templates, you will see that we have a simple editor for adding Metadata"

Anyone know where to find the metadata designer? I've tried all the obvious spots (right clicking on the loaded template, menus etc), but can't find it!

Many thanks, Richard.

A: 

I have created a series of blog posts to get familiar with the modification of Team Build. See http://www.ewaldhofman.nl/?tag=/build+2010+customization.

To answer your question on the metadata, there is in the Arguments a Metadata argument in which you can specify this. See step 20 in http://www.ewaldhofman.nl/post/2010/05/17/Customize-Team-Build-2010-e28093-Part-6-Use-custom-type-for-an-argument.aspx.

Ewald Hofman
A: 

Brilliant - thank you! That helps.