team foundation server 2012 builds: understand, configure, and … · 2020-03-01 · team...

25
Team Foundation Server 2012 Builds: Understand, Configure, and Customize Benjamin Day

Upload: others

Post on 28-Jun-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Team Foundation Server 2012

Builds: Understand, Configure,

and Customize

Benjamin Day

Page 2: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Who’s this Benjamin Day guy?

• Brookline, MA

• Consultant, Coach, & Trainer

• Microsoft MVP for Visual Studio ALM

• Team Foundation Server, Software Testing, Scrum, Software Architecture

• Scrum.org Classes– Professional Scrum Developer (PSD)

– Professional Scrum Foundations (PSF)

• www.benday.com, [email protected], @benday

Page 3: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Have you heard of

Scrum.org?

Page 4: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft
Page 5: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

http://www.pluralsight.com/training/Courses/TableOfContents/alm-fundamentals

Page 6: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

http://pluralsight.com/training/Courses/TableOfContents/alm-for-developers

Page 7: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Agenda

• Why automated builds?

• Tour of the build system

• Build servers

• Tour of the build script

• Customize your build script

Page 8: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Why automated builds?

• Helps prevent the “works on my box”

problem

• Proves you know how to build your app

• Gives you a solid way to version releases

• Makes integration second nature

Page 9: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Assumption:

local, non-Azure build.

Page 10: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Build Features

• Windows Workflow-based build script

• Gated Check-in builds

• Lab Management builds

• Build server “tagging”

Page 11: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

DEMO 1:

THE GRAND TOUR

Page 12: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Build Controllers & Agents

• Controller

– Coordinates builds for a Team Project Collection

(TPC)

– Assigns work to Agents

• Agent(s)

– 1+ agent per controller

– Use “Tags” to define capabilities of each Agent

Page 13: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

DEMO 2:

GATED CHECK-IN BUILDS

Page 14: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

DEMO 3: TOUR OF THE

BUILD SCRIPT

Page 15: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

SO…YOU WANT TO

CUSTOMIZE YOUR BUILD.

Page 16: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Why customize?

• Environment specific configurations

• IIS configuration

• Custom setup commands

• Basically, you can deploy your app.

Page 17: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Create a project to

customize the build script

• Compile time checking

• Create a Windows Workflow project

• Add references to the required TFS

assemblies

• Add references to any other build

assemblies

Page 18: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Create a project to

customize the build script

Page 19: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

For future reference, here are the

references…

Page 20: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft
Page 21: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

DEMO 4: CUSTOM BUILD

SCRIPT

Page 22: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

DEMO 5: CUSTOM BUILD

WORKFLOW ACTIVITIES

Page 23: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Agenda

• Why automated builds?

• Tour of the build system

• Build servers

• Tour of the build script

• Customize your build script

Page 24: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

More Information

• “Levels of TFS Build Automation”, Visual

Studio Magazine, July 2011,

http://visualstudiomagazine.com/Articles/

2011/07/01/pfcov_TFS2010-Builds.aspx

Page 25: Team Foundation Server 2012 Builds: Understand, Configure, and … · 2020-03-01 · Team Foundation Server 2012 Builds: Understand, ... • Consultant, Coach, & Trainer • Microsoft

Thank you.

http://www.benday.com | [email protected]