I'm working on creating an automated UI update process for a suite of apps utilizing the Azure DevOps build pipeline and hosted Artifacts. I've already created a npm package (front end assets) and nuget package (razor class library with nested layouts/partials). I would like to consume the NPM package in other projects using the libman.json while utilizing my Azure DevOps Artifacts feed as the provider. Is there an easy answer to this or is another method preferable?
Thanks!