-
Notifications
You must be signed in to change notification settings - Fork 751
Figure out whether NuGet package restore works on mono #6
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
Comments
NuGet does work to some extent with mono. The NuGet.exe tool runs, but the msbuild task doesn't seem to work. I added an option to the projects to build with or without nuget, and when building with setup.py it won't try to use nuget. In my view it should be ok to go with this for the 2.0 release so I think we should close this issue for now. |
Agreed. |
I've added calling the nuget.exe you added to setup.py, and along with your other recent changes that's working in both windows and linux. You should be able to remove the explicit call to nuget from the appveyor config now :) |
No description provided.
The text was updated successfully, but these errors were encountered: