/instructions

Instructions for the Azure Pipelines Hands on Labs

GitHub Satellite Hands on Labs

A collection of labs demonstrating how to use Visual Studio Code and Azure Pipelines to build and maintain open source software.

Configure continuous integration builds for a Python project hosted in GitHub

In this lab you will learn to:

  1. Set up Azure Pipelines to build and test a Python project hosted in GitHub.
  2. Customize the build by configuring the YAML build definition.
  3. Validate pull requests using GitHub Checks and Azure Pipelines

Go to lab | Duration: 10 minutes

Configure continuous integration builds for a Swift (iOS) project hosted in GitHub

In this lab you will learn to:

  1. Set up Azure Pipelines to build and test a Swift project hosted in GitHub.
  2. Customize the build by configuring the YAML build definition.
  3. Validate pull requests using GitHub Checks and Azure Pipelines

Go to lab | Duration: 10 minutes

Configure continuous integration builds for a node.js project hosted in GitHub

In this lab you will learn to:

  1. Set up Azure Pipelines to build and test a node.js project hosted in GitHub.
  2. Customize the build by configuring the YAML build definition.
  3. Validate pull requests using GitHub Checks and Azure Pipelines

Go to lab | Duration: 10 minutes