vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

NAnt build script does not build release configurations #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Check out the sources
2. Build using Visual Studio solution
3. Build using NAnt and the supplied default.build

What is the expected output? What do you see instead?

Expect that Visual Studio solution and NAnt build script to build debug and
release configurations of all projects. Instead, NAnt build script builds
only binaries in debug mode.

Additional information:

Revision tested: r184

Original issue reported on code.google.com by azizatif on 6 May 2009 at 9:41

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 6 May 2009 at 9:44

GoogleCodeExporter commented 8 years ago
r192 allows a release configuration with the command "nant release".

Original comment by info%colinramsay.co.uk@gtempaccount.com on 11 May 2009 at 9:56