Running MxBuild on linux machine

0
I am trying to build deployment package on linux system using following command as per the documentation . MxBuild --java-home="JDKDirectory" --java-exe-path="javaExecutable" [options] projectFile   However, command is getting failed because mxbuild.exe is windows executable. How would I do it on linux ?
asked
1 answers
2

You can try mono.

answered