Re: [NAnt-users] How do I change the directory structure of the output from a solution build?

2006-02-15 Thread Rick Barter
Thanks for the help. However, that's a problem. I don't have control over the Visual Studio projects. The projects' developers control those. I'm trying to automate all my organization's software builds. Is there any way I can set this in the task or some other way in the build script? Will

[NAnt-users] How do I change the directory structure of the output from a solution build?

2006-02-15 Thread Rick Barter
I am building a solution that puts the output into the following directory structure: \src\bin\Release\ How can I change this behaviour? I've tried changing the output= parameter, but to no avail. I want it to be placed right in: \bin Is this just a function of the solution itself or my