How do you properly deploy from Azure Artifact Feed
I have an issue with my deployment/release process using Azure DevOps. I have a Spring Boot API and I use Azure Pipelines to build the project and deploy it to my Artifact Feed. Using the SNAPSHOT version (I'm using Maven),…