[Mono-list] Xbuild VS MSbuild

Jonathan Mitchell lists at mugginsoft.com
Sun Mar 5 11:14:58 UTC 2017


You should be fine given what you have said.
I build my CLR binaries in a workflow on Windows and deploy them on MacOS.

You just need to ensure that any third party assemblies don’t spoil the party.
For instance System.Data.SQLite ships as a mixed mode assembly for Windows.
You need to ship a different build for other platforms.

Jonathan

> On 4 Mar 2017, at 15:47, nikhil sehgal <nikhil.jiet at gmail.com> wrote:
> 
> HI All,
> 
> 
> Currently my all projects & Solution Builds with MSBuild on Jenkin Build server .
> 
> Can i use the same binaries that's build by msbuild and make them run under Linux environment with Mono Framework installed or Do i need to rebuild my binaries using Xbuild.
> What advantage do i get if i Rebuild my projects using Xbuild.
> Is there any issue if use same binaries.?
> 
> Assumption i already made my code OS Agnostic and i dont have any windows dependent code.
> 
> Appreciate your Help 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-list/attachments/20170305/63b3b254/attachment.html>


More information about the Mono-list mailing list