teamcity-nuget-support icon indicating copy to clipboard operation
teamcity-nuget-support copied to clipboard

Build agent not supported under Mono

Open alangley opened this issue 11 years ago • 3 comments

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?

alangley avatar Jul 04 '13 23:07 alangley

Please vote for http://youtrack.jetbrains.com/issue/TW-24063

jonnyzzz avatar Jul 05 '13 07:07 jonnyzzz

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.

ant --buildfile ant.build.xml

orbitalmedia avatar Jan 29 '15 04:01 orbitalmedia

It have done there https://youtrack.jetbrains.com/issue/TW-24063. Try using in 2017.1

NikolayPianikov avatar Apr 10 '17 11:04 NikolayPianikov