You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
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.
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
.
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.
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 thelib
folder is missing.Switching to mode Fixed solves the problem. However, I'd like to use Float ;-)
The text was updated successfully, but these errors were encountered: