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

The project setup


First off, we'll start with our project setup. This time, we'll create a Windows console application.

Creating a new Windows console application

The references that we'll need this time around are:

  • Microsoft.VisualStudio.Services.WebApi.dll

  • Microsoft.TeamFoundation.Common.dll

  • Microsoft.TeamFoundation.Framework.Server.dll

All of these can be found in C:\Program Files\Microsoft Team Foundation Server 14.0\Application Tier\TFSJobAgent on the TFS server.

That's all the setup that is required for your TFS job project. Any class that inherits ITeamFoundationJobExtension will be able to be used for a TFS job.