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
- Host: GitHub
- URL: https://github.com/ethomson/github-satellite-hands-on-labs
- Owner: ethomson
- Created: 2019-05-15T07:00:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T05:21:10.000Z (about 7 years ago)
- Last Synced: 2025-01-24T07:11:32.854Z (over 1 year ago)
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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