tfs - How to write a Team Build Process Template (2010) from scratch? -


I know DefaultTemplate.xaml everything is necessary but since I started a whole new build process By making the team know this. I need to know which activities should be included, in what order and so on.

Update:

I have found it in MSDN that describes the definitions completely, but in Microsoft.TeamFoundation Nothing about the boild.Workflow.Activities namespace is not included.

UPDATE 2:

I found it in the MSDN forum.

Update 3: found the title "Customize Team Build 2010". But it does not help much.

Take a look at the upgrade templates. If you remove the MSBuild activity, then you are close to the minimum build workflow which still supports gated check-ins, etc.


Comments