nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01500
[Bug 702734] Re: Separate packaging of NUnit for .NET 1.1 and 2.0
It should be noted that for this to work the primary NUnit install (2.0
or higher) needs to know how to find the 1.1 install. Currently this is
done by always putting the 2.0 and 1.1 binaries in sibling directories.
For 2.6, we can still check some standard locations but to allow for
different configurations, the locations of the binaries should be stored
as a setting.
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/702734
Title:
Separate packaging of NUnit for .NET 1.1 and 2.0
Status in NUnit V2 Test Framework:
Triaged
Bug description:
Currently, versions of NUnit (except the Gui) are built twice, once using .NET 2.0 and once with .NET 1.1, and both sets
are included in the binarly packages. In the case of the MSI, the 1.1 assemblies are an optional feature.
We want to have separate packages for the 2.0 and 1.1 builds, with appropriate names. The build script will need to be
modified to build and package them separately.
References