Automation Build TFS 2010 Trainer: Eran Ruso. Training Agenda Team System Introduction SCM – Classic – Feature Crus Team Build 2010.

Slides:



Advertisements
Similar presentations
Introduction to SharePoint for .NET Developer
Advertisements

Development Life Cycle using Visual Studio Team Edition for DB Professionals Richard Fennell Engineering Director SQLBits II Birmingham 1 st March 2008.
SharePoint 2010 Overview Presented by: Oscar Garcia
Stef SewellStef Sewell & Peter GoodmanPeter Goodman Architect, Lead Engineer ADERANT Getting Started with Workflow in.NET 4 SESSION CODE: DEV208.
Visual Studio Team System (VSTS). Richard Hundhausen Author of software development books Microsoft Regional Director Microsoft MVP (VSTS) MCT, MCSD,
Team Foundation Server 2010 Builds: Understand, Configure, and Customize Benjamin Day benday.com |
Business Rules and SharePoint Workflow with Master Data Services (MDS)
James Boother Blog: INTRODUCTION TO POWERSHELL.
EXTENDING TESTING INTO THE LAB Richard Fennell Engineering Director, Black Marble
Vasily Sokolov, AVIcode Consulting LLC
The Microsoft Technical Roadshow 2006 Welcome and Introduction Kevin McDaniel Developer & Platform Evangelism Group Microsoft Ltd
BizTalk Deployment using Visual Studio Release Management
TrackDayTimeTitle ProjectTuesday12:30pm-1:45pm Managing tasks and projects with SharePoint Online and Project Pro for Office 365 ProjectWednesday9:00am-10:15amManaging.
Software Development using SCRUM for Visual Team System Sascha P. Corti Developer Evangelist Microsoft Switzerland GmbH
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
1 Adopting Visual Studio Team System Bindia Hallauer Product Management, Visual Studio Team System Microsoft Corporation.
Reza Alirezaei, MOSS MVP/MCTS
Introduction to SharePoint Development with VS2010 Paul Yuknewicz Lead Program Manager
Overview of Change Management ClearQuest Overview for CORUG January, 2008.
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
SQL Server Integration Services (SSIS) Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server (MVP) Microsoft Certified Technology Specialist.
Workflow and SharePoint Presented by Ben Geers. Overview What is workflow? Windows Workflow Foundation How does workflow apply to SharePoint? WSS v3 vs.
Proposalz Generator Plus July Proposalz Generator Plus
Geospatial Technical Support Module 2 California Department of Water Resources Geospatial Technical Support Module 2 Architecture overview and Data Promotion.
Team Foundation Server 2012 Builds: Understand, Configure, and Customize Benjamin Day.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
DEV 303 Visual Studio "Whidbey" Enterprise Tools: Source Control and Work Item Tracking Brian Harry Product Unit Manager Microsoft Visual Studio.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
Virtualisation of the Test Environment
Build Processes and Continuous Integration Automating Build Processes Software University Technical Trainers SoftUni Team.
Office Business Applications Workshop Defining Business Process and Workflows.
Visual Studio Team System Frank PrengelLothar Wieske TechnologieberaterLifecycle Management Technology Specialist Microsoft Deutschland GmbH.
Microsoft’s ALM Vision. Vision and benefits ALM today ALM outlook.
I Copyright © 2007, Oracle. All rights reserved. Module i: Siebel 8.0 Essentials Training Siebel 8.0 Essentials.
Separating the Interface from the Engine: Creating Custom Add-in Tasks for SAS Enterprise Guide ® Peter Eberhardt Fernwood Consulting Group Inc.
Anubha Gupta | Software Engineer Visual Studio Online Microsoft Corp. Visual Studio Enterprise Leveraging modern tools to streamline Build and Release.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
Isolated Database Environments Kevin Howell February 2014.
EMEA Beat Schwegler Architect Microsoft EMEA HQ Ingo Rammer Principal Consultant thinktecture
BODY From Source Code Management to Daily Build Soren Klemmensen, Kamil Sacek & Luc van Vugt
What's New for Build Automation in Team Foundation Server 2015 Paul Hacker Solution Architect, Microsoft ALM MVP.
Practical Workflow Services Peter Goodman. Agenda  Why Workflow?  The Workflow Runtime  Workflow Services  Windows Server AppFabric  Demo.
Team Foundation Server 2010 Introductory presentation.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
Connect with life Tejasvi Kumar Developer Technology Specialist | Microsoft India
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Release Management for Visual Studio 2013 Ana Roje Ivančić Ognjen Bajić Ekobit.
YOUR LOGO Phase 2 International Providing critical business software solutions at affordable prices.
V7 Foundation Series Vignette Education Services.
Windows Workflow Foundation Guy Burstein Senior Consultant Advantech – Microsoft Division
Managing Database objects in Visual Studio and Team Foundation Server Presented by Sean P SQL Saturday - Phoenix 2016.
Getting Started with Visual Studio Lab Management Eran Ruso, ALM Expert,E4D Solutions Coby Peled, Architect, Microsoft Meni Zalzman, SDET, Microsoft.
Automation Testing Trainer: Eran Ruso. Training Agenda Automation Testing Introduction Microsoft Automation Testing Tool Box Coded UI Test and Unit Test.
Enterprise Library 3.0 Memi Lavi Solution Architect Microsoft Consulting Services Guy Burstein Senior Consultant Advantech – Microsoft Division.
Joy Rathnayake Senior Architect – Virtusa Pvt. Ltd.
/* LIFE RUNS ON CODE*/ Konstantinos Pantos Microsoft MVP ASP.NET
PLM, Document and Workflow Management
Introduction to SharePoint 2007
Introduction to Team Foundation Server 2010
What Is Sharepoint? Mohsen Ashkboos
07 | Workflows Chris Johnson | SharePoint Guru
Technology in Action! Windows Workflow Foundation Advanced Techniques
Tech Ed 2004 © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express.
From DTS to SSIS, Redesign or Upgrade
DAT381 Team Development with SQL Server 2005
Microsoft SharePoint Conference 2009 Jon Flanders
Workflow Development using Visual Studio 2017 for SharePoint online
Visual Studio Tools for Unity 2.0 Preview
Mark Quirk Head of Technology Developer & Platform Group
Presentation transcript:

Automation Build TFS 2010 Trainer: Eran Ruso

Training Agenda Team System Introduction SCM – Classic – Feature Crus Team Build 2010

Project Manager Developer Tester Infrastructure Architect Solution Architect Business Stakeholder Motivation

Visual Studio 2010

Software Configuration Management (SCM) Classic Feature Cruz

SCM - Classic

SCM – Feature Cruz

Automation Build - Introduction TFS 2008 the build engine was MSBuild TFS 2010 the build engine is Windows Workflow 4.0 Controllers and Agents

Automation Build – Introduction (2) Gated Check-in Private Builds Build Notifications Integration with Symbol and Source Server

Small Group Topology

Large Group Topology

Build Installation

Build Types Manual Build Nightly Build Continues Integration Gated Check-in

Build Demoes Private Builds Advanced Wizard Settings

Build Notifications Build Notification Notification

Microsoft Workflow Provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within.NET applications.

Variables Variables are storage locations for data. Variables are declared as part of the definition of a workflow. Variables take on values at runtime and these values are stored as part of the state of a workflow instance.

Arguments Arguments are used to define the way data flows into and out of an activity. Each argument has a specified direction: In, Out, or InOut. An Argument can be Simple or Complex for example String Array

Build Default Workflow Workflow Logic Basic Customizations Custom Wizard

Custom Tasks Add new functionality Based on C#

Build Custom Task

Summary Team System Introduction SCM – Classic – Feature Crus Team Build 2010

For More Information… Eran Ruso Blog: Team System Guides: