I'm looking to build ranorex projects on our existing CI server (which is unfortunately running Linux). Do you see a reason why I can't use xbuild (part of Mono Project's "implementation of msbuild and it allows projects that have an msbuild file to be compiled natively on Linux." - to quote their website) to build a Ranorex .sln file? The sln file that Ranorex generates are just normal files, correct? I've been able to use MSBuild on a windows based machine, I just don't know if/how it'll work with this linux tool.
Before I make the request to get xbuild installed, I'd like to know if you're sure it won't work.