does this plugin work with mono?
Closed this issue · 4 comments
Vad1mo commented
any chance you you could add an parameter to the plugin so it would work also with mono?
gluck commented
Hi,
I don't use mono, but it should be fairly simple to add.
Any chance you could try it out ? I think adding "mono" in the command lines will work, provided that nuget exe is compatible with mono (which I'd expect).
Let me know.
Vad1mo commented
how can add mono as prefix?
with mono you use nuget in this way mono /absolute/dir/nuget.exe params
currently its is hardcoded nuget to be the first parameter. def commandLineArgs = [nugetExe]
gluck commented
yes you need to change the plugin code and test it.
I could do the change but I can't test it, would've been great if you could.
Thanks
gluck commented
Mono support added by @jonathanmorley in PR #13 , feel free to test !