Manage build dependencies with Azure Artifacts
Manage your application and the packages it uses across build pipelines.
Learning objectives
After completing this module, you'll be able 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 changes to your package and update your application to use them
Prerequisites
- An Azure DevOps organization with access to Microsoft-hosted parallel jobs. Check your parallel jobs and request a free grant.
- Visual Studio Code
- .NET 6.0 SDK
- Git
- A GitHub account