JetBrains / teamcity-nuget-support

TeamCity NuGet support
Apache License 2.0
43 stars 11 forks source link

Build agent not supported under Mono #5

Open alangley opened 11 years ago

alangley commented 11 years ago

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?

jonnyzzz commented 11 years ago

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

orbitalmedia commented 9 years ago

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

NikolayPianikov commented 7 years ago

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