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.j...@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@lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  Mono-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-list

Reply via email to