Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build agent not supported under Mono #5

Open
alangley opened this issue Jul 4, 2013 · 3 comments
Open

Build agent not supported under Mono #5

alangley opened this issue Jul 4, 2013 · 3 comments
Assignees

Comments

@alangley
Copy link

alangley commented Jul 4, 2013

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
Copy link
Member

jonnyzzz commented Jul 5, 2013

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

@orbitalmedia
Copy link

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
Copy link
Contributor

NikolayPianikov commented Apr 10, 2017

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

@NikolayPianikov NikolayPianikov self-assigned this Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants