Dependency Management

In part one of this book, you learned how to continuously deploy your application. While doing so, one of the main issues you might run into is that the total time it takes to build your application is too long. Due to this, developers have to wait a long time for feedback on their changes. One way of coping with this is by splitting your solutions up into multiple builds.

One approach to this is by introducing package management. Often, you will find that you want to reuse code from a previous project in a new project. Instead of copying and pasting this code from one project to another, you can create a shared library out of it. In this chapter, you will learn how to identify shared components and how to make them reusable using Azure Artifacts. In addition to this, you will learn how you can use Azure Artifacts for storing pipeline artifacts when working in a heterogeneous architecture. Here, you will also work with other CI/CD tools than just Azure DevOps. For this, you will learn how to use Azure Artifacts for universal packages.

The following topics will be covered in this chapter:

  • Identifying shared components
  • Creating a feed
  • Publishing packages
  • Consuming packages
  • Working with universal packages
  • Exploring other tools
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.160.216