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

ripple restore of Float dependency does not extract nuget package #261

Open
ursenzler opened this issue Jan 3, 2014 · 2 comments
Open

Comments

@ursenzler
Copy link

I included the package xUnit.Extensions (which has a dependency to xUnit) in my solution in mode Float.
When I run ripple restore (from RippleRestoreTask) then the folder packages\xUnit does only contain the xunit.1.9.2.0.nupkg file, but the lib folder is missing.

Switching to mode Fixed solves the problem. However, I'd like to use Float ;-)

@jmarnold
Copy link
Contributor

jmarnold commented Jan 3, 2014

This one is odd. It's likely due to the format of the nukpg contents. I'll
give it a try in the 3.0 branch. I'm still hoping to get a release of 3.0
next week. That will fix most of the things you've been seeing.

On Fri, Jan 3, 2014 at 1:45 AM, Urs Enzler [email protected] wrote:

I included the package xUnit.Extensions (which has a dependency to xUnit)
in my solution in mode Float.
When I run ripple restore (from RippleRestoreTask) then the folder
packages\xUnit does only contain the xunit.1.9.2.0.nupkg file, but the libfolder is missing.

Switching to mode Fixed solves the problem. However, I'd like to use Float
;-)


Reply to this email directly or view it on GitHubhttps://github.com//issues/261
.

@ursenzler
Copy link
Author

Great to hear that :-)

I can reproduce this behaviour on my machine and our build server (Team City).

You can try it yourself: www.github.com/appccelerate/eventbroker, branch develop, just switch xUnit from Fixed to Float in ripple.config and restore the packages.

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