开发者

How to build Caliburn in release mode

开发者 https://www.devze.com 2022-12-17 20:30 出处:网络
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 t

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! :)

0

精彩评论

暂无评论...
验证码 换一张
取 消