Guys,
I'm having an issue with this. I'm using the new ruby gem for ripple-cli, announced yesterday. I've tried ripple convert, ripple update, and ripple restore, all on an existing solution that uses "classic mode". Ripple always bombs on my few packages that are on a file system feed (with "Could not find MyPackage,1.x.y.z,Fixed").
I've triple checked the new docs about such feeds. My ripple.config file has the fubu and NuGet feeds (which are working great); however, I also have one like the following:
<Feed Url="file://C:/Development/PrivatePackages" Mode="Float" Stability="ReleasedOnly" />
That folder has 3 or 4 different packages with multiple versions of each. For example:
- MyPackage.1.1.2.0.nupkg
- MyPackage.1.1.3.0.nupkg
- MyPackage.1.1.7.0.nupkg
- MyOtherPackage.2.3.2.0.nupkg
- MyOtherPackage.2.3.4.0.nupkg
Am I doing something wrong?
Thanks!