Hi,
I've a Solution structure as below :
Solution 1 (Solution1.sln)
- Project 1
- Project 2
- Project 3
I created a Team Build definition working with Solution1.sln. My problem is that compiled binaries are stored into a single flat output folder : BuildName\Release
But I want to keep my project structure :
BuildName\Project 1\Release
BuildName\Project 2\Release
BuildName\Project 3\Release