Forum Discussion
bharathsimha
Oct 19, 2022Copper Contributor
JFrog Artifacts move to azure artifacts
Hi, we are using salesforce environment deploying through Azure Devops, storing the artifacts in JFrog Artifactory but we are planning to move azure artifacts, I am able to be publishing the azure artifacts to drop folder, but it is overwritten. I want use azure feeds can you explain the process. how to use feed
6 Replies
Sort By
- UnaihueteLearn Expert
Hello bharathsimha ,
I think you may be mixing concepts, which happens quite frequently:
- Azure pipeline artifacts: is used for retaining files you create/modify during pipeline execution. For example, CI pipeline created a compiled website and publishes as artifacts, then CD pipeline downloads it to deploy to desired target. I think you are using this one, as it has a drop folder default option.
- Azure Artifacts: the package feed service in Azure DevOps. The pushing to feed operation depend on the packaging technology, here you have an example for nuget: https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/nuget?toc=%2Fazure%2Fdevops%2Fartifacts%2Ftoc.json&bc=%2Fazure%2Fdevops%2Fartifacts%2Fbreadcrumb%2Ftoc.json&view=azure-devops&tabs=yaml#publish-a-package For any kind of package this one can be used https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/universal-packages?toc=%2Fazure%2Fdevops%2Fartifacts%2Ftoc.json&bc=%2Fazure%2Fdevops%2Fartifacts%2Fbreadcrumb%2Ftoc.json&view=azure-devops&tabs=yaml#publish-a-universal-package
- bharathsimhaCopper Contributor
Should we need azure artifacts feeds. azure pipeline artifacts storing drop folder if i am new pipeline it is overwrite the drop folder,is there any way to store the drop folder
- bharathsimhaCopper Contributor
bharathsimha when i am installing universal package i am getting the error
- bharathsimhaCopper ContributorAnyone help me out this..