I want to know if I install something like Angular-CLI on the Azure DevOps build Pipeline, it's going to be installed on my local azure DevOps server? If the answer is no, so where will it be installed?
1 Answer
As per my understanding if you are using a self hosted agent then it should be installed in that agent. If you are using Azure's agent which is called Azure Pipelines then it should be installed in that agent.
1 Comment
Behzad Behin
Thanks, it is now clear to me what happens in the build pipeline