Reputation: 611
I have a Angular custom library and i want to push the library to Azure DevOps Artifacts.
Upvotes: 4
Views: 3587
Reputation: 30412
You need to create a artifact feed, then build and publish the library to the specific Azure DevOps feed.
Please refer to the following documents to know more about that:
Besides, there's a blog described about that, it's straightforward to follow : Create angular library in your private npm registry on AzureDevOps . Hope that helps.
Upvotes: 5