How to write a Team Build (2010) build template from scratch?

I know that DefaultTemplate.xaml does everything I need. But I'm going to teach the team how to build it, creating a whole new build process from scratch. I need to know what actions should be included, in what order and so on. This should be the use of WF in Team Build 2010.

Thanks a lot at Advance

UPDATE:

I found this link on MSDN that fully describes assembly definitions but does not contain anything about the Microsoft.TeamFoundation.Build.Workflow.Activities namespace.

UPDATE 2:

I found a similar question on the MSDN forums.

UPDATE 3: Found a link called "Customize Team Build 2010". But that doesn't help either.

+4
source share
1 answer

Take a look at the update template. If you remove MSBuild activity, you are close enough to the minimal build workflow, which still supports private checks, etc.

+4
source

Source: https://habr.com/ru/post/1316153/


All Articles