Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 726 Bytes

ReadMe.md

File metadata and controls

21 lines (12 loc) · 726 Bytes

Nuget Package Source Migration Tool

NuGet Version

Usage :

1. Configure Nuget sources (If not already configured).

Both source and target package sources should be configured on machine where this tool will be run.

2. Install dotnet tool

dotnet tool install --global NugetPackagesMigrator

3. Run Migration

Given we have 2 nuget sources configured, one named "source-repository" and other "target-repository", run following command:

dotnet nuget-migrator --from source-repository --to target-repository