From the course: Azure for DevOps: Dependency Management
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
Pipeline integration with your feed - Azure Tutorial
From the course: Azure for DevOps: Dependency Management
Pipeline integration with your feed
- [Instructor] We've set up our feed and are ready to integrate within our Azure pipeline. The plan is to edit our existing pipeline. So let's go ahead and do that. I'm going to head to build pipeline and select edit. Let me zoom in so you can see it a little bit clearer and I'm going to minimize the task bar really quickly here. What I want to do here is remove the existing NPM install script and add a task. This task will be referenced by our feed and not installed from NPM JS, which is a public source. So first thing I'm going to do is remove the NPM install. Now I want to add the task. So let's open up the assistant again. I'm going to search for NPM here and select the first one. And under command you'll see four different options. CI and install are similar commands. The difference being CI does a clean install and is a better option for our continuous integration scenarios. Publish allows us to create packages…