- Learn along with the Space Game web team the benefits of collaboration through Visual Studio Code and GitHub.
After completing this module, you'll be able to:
- Collaborate with others by choosing an appropriate branching and merging strategy.
- Add a badge to your GitHub repository to show the status of the latest build.
- Add a dashboard widget to help visualize your build history.
- Set up a rule on your GitHub repository to require a review.
- In this module, the Space Game web team guides you through creating a build pipeline that produces a package that can be used by multiple applications.
After completing this module, you'll be able to:
- Create and share packages that multiple applications can use.
- Create a build pipeline for your package and publish your package to Azure Artifacts.
- Connect an application to your package and build the application in Azure Pipelines.
- Push changes to your package and update your application to use them.
40% Off Career-Building Certificates
AI Engineer - Learn how to integrate AI into software applications
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Syllabus
- Implement a code workflow in your build pipeline by using Git and GitHub
- Introduction
- Choose a code-flow strategy
- Exercise - Set up your Azure DevOps environment
- Exercise - Create a pull request
- Exercise - Push a change through the pipeline
- Exercise - Add a build badge
- Exercise - Track your build history
- Exercise - Add a rule to require a review
- Exercise - Clean up your Azure DevOps environment
- Summary
- Manage build dependencies with Azure Artifacts
- Introduction
- Plan build dependencies for your pipeline
- What is Azure Artifacts?
- Exercise - Set up your Azure DevOps environment
- Exercise - Create a package feed in Azure Artifacts
- Exercise - Create a pipeline for your package
- Exercise - Reference the package from the application
- Exercise - Push a change to your package
- Exercise - Clean up your Azure DevOps environment
- Summary