[Nant-users] Solution Task configuration question
It seems that the Solution Task assumes that all projects in a solution will be built using the same configuration as the solution, rather than looking at the solution’s list of configurations, is that correct? For example, I have several reusable projects that I use in both Windows and
[Nant-users] Solution task not copying app.config to bin folder.
When I build a solution with the following, I get no [AppName].exe.config in my bin dir, any clues? I know I can add code to the build file to handle the copy, but shouldn’t the solution task do this?