The simplest form of my question is this: I have two separate NuGet packages and at deployment time need them to end up at the same folder. Not at some fixed (constant) folder on the machine, but in the folder dynamically created by Octopus for the first package. All I need is to make second package to go to the same folder.
In a more complex form the same question is: how to deploy a package to subfolder of the previous package deployment location.
Does it make sense to let Octopus deploy everything in separate folders and then generate HTFS softlinks to simulate required folder structure?
Thank you!
Konstantin