I installed Jenkins to macOS, and create a job for building Xamarin app. But, MSBuild plugin puts out the next error message:
FATAL: Unable to use this plugin on this kind of operation system
The official document states that this plugin will also work with macOS(*I can't still post with web link. [h]ttps://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough).
How can I build a Xamarin app with macOS?
Note:
I can build a Xamarin app with VisualStudioForMac on same system.
macOS Sierra 10.12.6
Jenkins 2.73.3
MSBuild Plugin 1.28
msbuild 15.4.0.0
Posts
@kazucky
Have you gone over the guide on using Jenkins with Xamarin? https://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough/
@JGoldberger
Thanks for the quick response. I read that guide at first, but I failed.
I read that but still i'm facing the same issue. Path To MSBuild.exe: msbuild.exe
FATAL: Unable to use this plugin on this kind of operation system
I read that but still i'm facing the same issue. Path To MSBuild.exe: msbuild.exe
FATAL: Unable to use this plugin on this kind of operation system
Did you change the MSBuild configuration in Jenkins to point to xbuild as specified in that guide? From the error message you posted, it looks like you might have missed that step.