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

Figure out whether NuGet package restore works on mono #6

Closed
davidanthoff opened this issue Feb 11, 2014 · 3 comments
Closed

Figure out whether NuGet package restore works on mono #6

davidanthoff opened this issue Feb 11, 2014 · 3 comments
Milestone

Comments

@davidanthoff
Copy link
Contributor

No description provided.

@davidanthoff davidanthoff added this to the 2.0 Beta 1 milestone Feb 11, 2014
@tonyroberts
Copy link
Contributor

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.

@davidanthoff
Copy link
Contributor Author

Agreed.

@tonyroberts
Copy link
Contributor

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants