yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.54k stars 1.61k forks source link

ConfuserEx MSBuild Task #386

Open nlips opened 8 years ago

nlips commented 8 years ago

Do you plan to develop an MSBuild Task executing ConfuserEx ?

yck1509 commented 8 years ago

Hi, Currently there is no plan to develop MSBuild task.

barnacleboy commented 8 years ago

You can just use a post build command line call. I have integrated it into a TeamCity CI build by just calling the exe with the appropriate parameters.

ivan-danilov commented 8 years ago

<Exec Command="ConfuserEx.CLI.exe -n myproject.crproj" /> will work for MSBuild.

deejaygraham commented 8 years ago

I don't think a custom msbuild task would take too long to do. Are there any published development guidelines for contributing?