ALM / DevOps

VSW11 Creating a Release Pipeline with Team Services

11/15/2017

2:00pm - 3:15pm

Level: Introductory to Intermediate

Esteban Garcia

Chief Technologist

Nebbia Technology

Teams go through an entire project without knowing if their applications work or compile anywhere other than a developer's machine. It's often thought that creating a Continuous build and release process is really difficult to do. By creating a robust Release Pipeline, you can reduce your team's cycle time and increase your ability to have a healthy codebase.

We will use Team Services to create a continuous integration build and release process that will help you go from coding in Visual Studio 2017 to running your code in Azure in just a few simple actions. Your release pipeline with compile your code, run unit tests, create multiple Azure environments, run functional tests and load tests, and ensure that you have working and deployable software throughout your entire project.

You will learn:

  • About the build and release system in Team Services
  • About deploying infrastructure to Azure
  • How to create a reliable process that will help you build quality into your software development process