Professional Team Foundation Server 2013
by Steven St. Jean, Damian Brady, Ed Blankenship, Martin Woodward, Grant Holliday
Chapter 19Customizing the Build Process
What's in this chapter?
- Getting to know build extension points
- Creating and configuring script extensions
- Reviewing common custom activities
- Extending a build with custom activities
- Configuring the Build Controller to deploy custom activities automatically
Wrox.com Code Downloads for This Chapter
The wrox.com code downloads for this chapter are found at http://www.wrox.com/go/proftfs2013 on the Download Code tab. The code is in the Chapter 19 download and individually named according to the code filenames noted throughout this chapter.
As you learned in Chapter 18, Team Foundation Server includes a rich set of features for automated builds based on the Windows Workflow Foundation technology included in the .NET Framework. The main functionality for an automated build is included in the default build process template available in the standard process templates. More than likely, however, you will find yourself needing to customize that functionality or add actions for your build process.
In Team Foundation Server 2013, Microsoft has revamped the build system to make it easier to add customizations. In earlier versions, you would have to make changes to the build process template XAML file to customize the process. You can still do this, but now you can also simply hook in your own build scripts (PowerShell or Batch files) to make these customizations.
In this chapter, you learn the fundamentals for working with Windows Workflow Foundation ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access