Azure: Fixing ADO Pipeline
Azure ADO pipelines are currently failing. They are doing so for two reasons
- The first reason is that the wrong .jar file is being copied over from the build stage. The jar file we need is the one with "spring-boot" in its name. This fix ensures that we copy over the correct .jar file.
- The dependency cache has not been implemented to the service pipeline. This fix adds in the dependency cache.
Testing: This fix has been tested in the Azure dev and demo environments to make sure that both pipelines pass.