Pipelines Not Caching Test Dependencies
ADO pipelines are not using a cache for test dependencies. This means that every time the ADO pipeline runs, all of the dependencies are pulled down for core test code and azure test code. Here is an example of how we have implemented a cache for the service code that can be used as a model: https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/blob/master/devops/build-stage.yml#L51
We will need to add the caching step to the deployment stage of the pipeline here: https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/blob/master/devops/tasks/deployment-steps.yml