Azure Artifacts

Now, Azure Artifacts is the package you share across applications, such as npm and NuGet. I leverage them a significant amount over include 3rd party binaries directly, meaning the old lib folder in the source code with references to the dlls. When you use this process, it allows Azure Pipeline to restore/update the packages and deploy proper versions based on the package.json file in each project. I also recommend that if you have internal frameworks, that you package them and provide them through a feed, as you can see here in the following diagram:

Artifact dashboard and feed

If you would like to learn more about building ...

Get Hands-On Cloud Solutions with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.