Manage build dependencies with Azure Artifacts
Manage your application and the packages it uses across build pipelines.
Learning objectives
In this module, you will:
- Learn ways to create and share packages that can be used by multiple applications
- 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 up a change to your package and update your application to use it
Prerequisites
- An Azure DevOps organization
- Visual Studio Code
- .NET Core 3.1
- Git
- A GitHub account