Book Image

Team Foundation Server 2015 Customization

By : Gordon Beeming
Book Image

Team Foundation Server 2015 Customization

By: Gordon Beeming

Overview of this book

Table of Contents (17 chapters)
Team Foundation Server 2015 Customization
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Enforcing Standards with Server-Side Plugins

Server plugins are extremely useful for validating changes such as code check-ins and work item changes performed without having to deploy extensions to all users of team projects that require logic.

In this chapter, we will be looking at what server plugins are and how we can use them to enforce standards. The topics that we will cover include the following:

  • Differences between check-in policies and server plugins, including their pros and cons

  • Creating a server plugin that executes on code check-in and saved work items

  • Deploying a server plugin

  • Debugging a server plugin