How to build Caliburn in release mode
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.
Perhaps I should add a few more cmds for significant build options?
Even eaiser is to use:
build "-D:build.config=release"
Remember the double qoutes! :)
精彩评论