1

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 1

3

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.

Refere :https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/javascript?view=azure-devops&tabs=code

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, it is now clear to me what happens in the build pipeline

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.