In my deployment i create a package which contains some dlls.
Now I need to transfer all content of a the created nuget package to a specfic Folder on the deployment target
.
When I use TransferPackage it only copies the nugetpackage there and not the content.
When I use deploy package i can’t choose a specfific folder.
So how can I achieve this?
When you are in the Deploy a Package step, if you click Configure Features, you should see a selection for Custom Installation Directory. Once you’ve enabled that setting, you can select where the package gets deployed to.
Can you please give that a try and let me know if it fits your use case?