Team Foundation Server 2010 Builds: Understand, Configure, and Customize Benjamin Day benday.com |

Slides:



Advertisements
Similar presentations
Test Automation: Coded UI Test
Advertisements

Software Testing with Visual Studio 2013 & Team Foundation Server 2013 Benjamin Day.
Too Slow?: Use VS2010 Profiling & Load Testing to Manage Performance Issues Benjamin Day.
Real World Scrum with TFS2013 Benjamin Day. Brookline, MA Consultant, Coach, & Trainer Microsoft MVP for Visual Studio ALM Team Foundation Server, Software.
How to be a C# ninja in 10 easy steps. Benjamin Day.
Real World Scrum with Team Foundation Server 2013 Benjamin
Design for Testability: Mocks, Stubs, Refactoring, and User Interfaces Benjamin Day benday.com |
Mike Azocar Sr. Developer Technical Specialist Microsoft Corporation
Design Patterns for MVVM Unit Testing & Testability Benjamin Day.
BizTalk Deployment using Visual Studio Release Management
Application Lifecycle Management in SharePoint 2010 Jeremy Thake.
Deployment and Configuration Management Solution
All Aboard the Team Foundation Server Express Martin Woodward Senior Program Manager Microsoft Corporation.
Introduction to SharePoint Development with VS2010 Paul Yuknewicz Lead Program Manager
Application Lifecycle Management and the cloud
Design for Testability: Mocks, Stubs, Refactoring, and User Interfaces Benjamin Day.
10 Ways to Get Your Project Started Right Benjamin Day.
@benday #vslive Better Unit Tests through Design Patterns: Repository, Adapter, Mocks, and more… Benjamin
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
@benday #vslive Automated Build, Test & Deploy with TFS, ASP.NET, and SQL Server Benjamin
Comment tirer partie de Visual Studio Online pour vos développements SharePoint Gilles Pommier – MVP Office SmartView.
Build Controller Build Controller – A Windows service that creates the name of the build, version control label, logging, and monitors status of the build.
Top 7 Lessons From My First Big Silverlight Project Benjamin Day Benjamin Day Consulting, Inc.
Top 10 Ways to Go from Good to Great Scrum Master Benjamin Day.
Team Foundation Server 2012 Builds: Understand, Configure, and Customize Benjamin Day.
The Accidental Team Foundation Server Admin Anthony Borton ALM Trainer and Mentor QuickLearn Inc. DEV345.
Upload your final deck on the speaker portal on or before June 20, 2013 at 5:00 pm PT. PowerPoint presentations undergo a brief scrub process and are.
Virtualisation of the Test Environment
How to be a C# ninja in 10 easy steps Benjamin Day.
Demystifying Team Foundation Server Builds Mickey Gousset Principal Consultant Infront Consulting Group DEV342.
Team Foundation Server 2012 Maximiliano Déboli Director de Desarrollo Microsoft Azure MVP
DEV340. Chief Architect IDesign Inc. ( Microsoft Regional Director ( Microsoft MVP Silverlight Publishing Developers.
Zero to Hero: Untested to Tested with Visual Studio Fakes Benjamin
Sofia Event Center May 2014 Martin Kulov Agile Project Management with Team Foundation Server.
Anubha Gupta | Software Engineer Visual Studio Online Microsoft Corp. Visual Studio Enterprise Leveraging modern tools to streamline Build and Release.
Team Foundation Server Overview. Team Foundation Server  Where did it come from?  MS Delta  MS SourceSafe.
28. Januar, Zürich-Oerlikon. Working with Virtual Test Environments Marc Müller Principal Consultant 4tecture GmbH.
What's New for Build Automation in Team Foundation Server 2015 Paul Hacker Solution Architect, Microsoft ALM MVP.
Team Foundation Server Petr Moravek Senior Premier Field Engineer Microsoft.
Team Foundation Server 2010 Introductory presentation.
Real World SQL Server Data Tools Benjamin
To Git or Not to Git for Enterprise Development Benjamin Edward Thomson
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
Eliminate Team Build Headaches with Unit Tests, WiX and Virtualization Benjamin Day
Managing Database objects in Visual Studio and Team Foundation Server Presented by Sean P SQL Saturday - Phoenix 2016.
Automation Build TFS 2010 Trainer: Eran Ruso. Training Agenda Team System Introduction SCM – Classic – Feature Crus Team Build 2010.
The best of WF 4.0 and AppFabric Damir Dobric MVP-Connected System Developer Microsoft Connected System Division Advisor Visual Studio Inner Circle member.
Benjamin Day Get Good at DevOps: Feature Flag Deployments with ASP.NET, WebAPI, & JavaScript.
TFS Training TFS Training. Introduction to Team Foundation Server Team Foundation Server Team Foundation Server is a Microsoft product which provides.
Benjamin Unit Testing & Test-Driven Development for Mere Mortals.
Benjamin Day Role-based Security Stinks: Better Authorization in ASP.NET.
Benjamin Day Real World Scrum with TFS 2015 & VSTS.
DevOps with ASP.NET Core and Entity Framework Core
Build Fundamentals and Continuous Integration
Better Unit Tests through Design Patterns: Repository, Adapter, Mocks, and more… Benjamin
6/13/2018 1:23 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Virtual Academy
Introduction to Team Foundation Server 2010
Application Lifecycle Management – Best Practices for SharePoint and Office App development November 2015.
Get Good at DevOps: Feature Flag Deployments with ASP
TechEd /3/2018 8:11 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Johan Hedberg Consultant & XLENT | Cloud and Integration specialist | Microsoft MVP Using VSTS to deploy BizTalk Server solutions, what you.
12/9/ :15 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Zero to Hero: Untested to Tested with Visual Studio Fakes
Real World Scrum with TFS & VSTS / Azure DevOps
Implementing Security in ASP.NET Core: Claims, Patterns, and Policies
TechEd /7/2019 1:14 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visual Studio Tools for Unity 2.0 Preview
Microsoft Office SharePoint 2007 Technical Enablement Tour
Office 365 Development July 2014.
Presentation transcript:

Team Foundation Server 2010 Builds: Understand, Configure, and Customize Benjamin Day benday.com |

Introductions: Benjamin Day Consultant, Coach, Trainer Scrum.org Classes Professional Scrum Developer (PSD) Professional Scrum Foundations (PSF) TechEd, VSLive, DevTeach, O’Reilly OSCON Visual Studio Magazine, Redmond Developer News Microsoft MVP for Visual Studio ALM Team Foundation Server, TDD, Testing Best Practices, Silverlight, Windows Azure

Agenda Why automated builds? Tour of the build system Build servers Tour of the build script Customize your build script

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

TFS 2010: New Build Features Windows Workflow-based build script Gated Checkin builds Lab Management builds New build server architecture

DEMO 1: THE GRAND TOUR

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

DEMO 2: GATED CHECKIN BUILDS

DEMO 3: TOUR OF THE BUILD SCRIPT

SO…YOU WANT TO CUSTOMIZE YOUR BUILD

Why customize? Environment specific configurations IIS configuration Custom setup commands Basically, deploy your app.

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

Create a project to customize the build script

DEMO 4: CUSTOM BUILD SCRIPT

DEMO 5: CUSTOM BUILD WORKFLOW ACTIVITIES

Agenda Why automated builds? Tour of the build system Build servers Tour of the build script Customize your build script

More Information “Levels of TFS Build Automation”, Visual Studio Magazine, July 2011, /07/01/pfcov_TFS2010-Builds.aspx

Thank you. blog.benday.com | |