Reputation: 403
I'm trying to install the upgrade-assistant migration tool on a PC that has no internet connection , but getting an error since it's trying to access nuget.org unsuccessfully.
the error i'm getting is:
Unable to load the service index for source https://api.nuget.org/v3/index.json
I could download files on another PC and copy them to that machine, i did see the github repository for the tool, but not i'm sure what files to dowload and to how actually run the install.
any help is welcome
TIA
Upvotes: 2
Views: 1358
Reputation: 1315
Try this:
.dotnet/tools
directory on the other PC. (On my Windows machine it's here: C:\Users\Frank\.dotnet\tools
).dotnet/tools
directory there../dotnet/tools/.store
contents. And also make sure you don't overwrite stuff.Upvotes: 3