I try to use this command to obfuscates:
dotfuscator -in:"C:\path_to_assembly\*.dll"
But it only launch Dotfuscator GUI with loaded dlls by mask. And do not build them. How can I run build by command line?
P.S. I use this documentation. Maybe it is obsolete.
Thanks.