It doesn't appear
that the <solution> tag understands the Configuration manager
settings. Is this true, or do I need to do something to tell it to use
them?
FYI, the
Configuration manager has info about when a given Configuration is selected to
build what projects should or should not be built, and which project
configuration to use when building each project.
The behavior I see
is that when I specify a configuration to use in the <solution> section of
Nant that it will:
1) Attempt to build
all projects (regardless of the configuration manager) - but this can be
overcome in Nant with the excludeProjects tag.
2) Will attempt to
use the same configuration file for all projects (which may not exist in all
projects). At this point I have not found a way
to work around
this. In fact, it has me dead in the water. Anyone know a way to
work around this?
Or better yet,
anyone know how to make the <solution> tag understand the configuration
manager?
ray