Hi,
I'm working on automatically installing a list of Addins to my solution on deployment. For this I'm using the CLI, and I'm installing .nupkg files.
When I do this the Addin gets installed correctly. I do see it twice in the All Apps screen though.
I guess the list is still showing the provider from the public NuGet list, and is also showing as installed from the local folder, which is probably not a problem, just want to check if this is ok...
I cannot install via the CLI by providing the NuGet link, I have to locally upload the nupkg file right?