I have a web project that Jenkins is building perfectly and pushing to Octopus Deploy.
I now have an additional folder, with subfolders, e.g. Images, which I need to include.
This is not directly part of the .net build and we used to copy it manually afterward.
Do I need a specific plugin which I can use to select the folder to include? Which plugin?
Where in the build process does this plugin run?
The build and deploy to octopus is done in one step - where do I fit in this additional folder to be included in the push to the octopus?