You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running my build agent on OSX (to build Xamarin.iOS apps) - and the build agent has a dependeny on NetFramework40_x86 which cannot be satisfied on OSX.
Nuget.exe runs perfectly on Mono by using:
exec mono --runtime=v4.0.30319 nuget.exe
How can we make this build module compatible with mono?
The text was updated successfully, but these errors were encountered:
Really wanted this feature as well. I noticed NuGetRunnerBase.java contains a simple check for a windows OS that I'd like to disable. So to recompile the package - is there a parent build configuration in another project? Currently I get ${artifact.output.path} does not exist - apologies .. unfamiliar with ant.
I am running my build agent on OSX (to build Xamarin.iOS apps) - and the build agent has a dependeny on NetFramework40_x86 which cannot be satisfied on OSX.
Nuget.exe runs perfectly on Mono by using:
exec mono --runtime=v4.0.30319 nuget.exe
How can we make this build module compatible with mono?
The text was updated successfully, but these errors were encountered: