We have recently moved to Jfrog artifactory. We have few Nuget packages hosted on our azure DevOps artifacts. How to move these artifacts to Jfrog artifactory? I want to maintain all the version history as well.
Asked
Active
Viewed 553 times
1 Answers
1
I got the solution,
- Downloaded the Nuget packages from DevOps
- Uploaded the same packages to JFrog Artifacts

PVIJAY
- 73
- 8
-
Using a remote repository may also be an option so that the artifacts are accessible during the migration – AngelloMaggio Jul 13 '20 at 08:37