Reputation:
I am trying to setup a Jenkins job for Xamarin.Forms app. I have added the MSBuild plugin to my Jenkins configuration and am trying to configure the MSBuild location.
I tried to add this Path:/Library/Frameworks/Mono.framework/Commands/xbuild
to MSBuild location but the Jenkins dashboard is showing this warning:
What is the exact path for the MSBuild? how can I fix this warning?
Upvotes: 2
Views: 130
Reputation: 9703
msbuild
and xbuild
are located here /Library/Frameworks/Mono.Framework/Commands
on a Mac.
I was running Jenkins on a Mac and did this:
/Library/Frameworks/Mono.Framework/Commands
Upvotes: 1