I can't make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to?
What command line parameters should I use?
I can't make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to?
What command line parameters should I use?
You need to edit Caliburn.build
- from the docs:
You can edit "Caliburn.build" in your root folder to configure the build for release or a number of other options.
Even eaiser is to use:
build "-D:build.config=release"
Remember the double qoutes! :)
Perhaps I should add a few more cmds for significant build options?