Forum Discussion
uk9777
Aug 20, 2021Copper Contributor
Publishing of Artifacts
Hi, I'm building and publishing the artifacts to artifact repository in Azure devops by running the pipeline. I again ran the pipeline without making any code changes. Then the pipeline is failin...
paggarwal
Microsoft
Aug 23, 2021As per Azure artifacts, two package cannot own same version. If your pipeline is creating and publishing package to azure artifacts then version needs to be updated
Example in maven task we can go and update the POM.xml with new version number
Example in maven task we can go and update the POM.xml with new version number