Re: Exception compiling code ONLY when running through Jenkins

2022-10-27 Thread Fabian Cenedese
At 19:10 27.10.2022, you wrote: >I have what should be a simple project, using msbuild for VS2019 to build a >particular configuration of my solution. When I run in Visual Studio it works. >When I run via msbuild from the command line it works. When I try to build the >project using MSbuild in

Re: Exception compiling code ONLY when running through Jenkins

2022-10-27 Thread Arnaud bourree
Does your build requires display? Did you try on your linux without display set? Regardes, Arnaud Le ven. 28 oct. 2022, 05:52, patnlo a écrit : > I have what should be a simple project, using msbuild for VS2019 to build > a particular configuration of my solution. When I run in Visual Studio i

Exception compiling code ONLY when running through Jenkins

2022-10-27 Thread patnlo
I have what should be a simple project, using msbuild for VS2019 to build a particular configuration of my solution. When I run in Visual Studio it works. When I run via msbuild from the command line it works. When I try to build the project using MSbuild in Jenkins it fails. When I try to run