So I've got a solution with multiple .NET projects in it.
Solution1 contains Solution1/Project1 Solution1/Project2 Solution1/Project3
Every project's has multiple underlying folders and files that need to be in the same structure.
I'm automating the deployment with Azure Devops. When the solution is being build by the azure DevOps it copy's the files to the StagingDirectory and there it creates a package. When I open this package every file is being copied to the package but there are no folders and there is no structure. How can I setup the build that it's separates every solution to it's own folder. I can't figure this out.
Many thanks in advance.
