An open API service indexing awesome lists of open source software.

https://github.com/ethomson/github-satellite-hands-on-labs


https://github.com/ethomson/github-satellite-hands-on-labs

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

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](1-azure-pipelines-python/README.md) | Duration: 5 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](2-azure-pipelines-swift/README.md) | Duration: 5 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](3-azure-pipelines-node/README.md) | Duration: 5 minutes

Configure continuous integration builds for a .NET Core project hosted in GitHub
-----------------------------------------------------------------------------

In this lab you will learn to:

1. Set up Azure Pipelines to build and test a .NET Core 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](4-azure-pipelines-dotnet/README.md) | Duration: 5 minutes