-
Notifications
You must be signed in to change notification settings - Fork 525
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
paket 0.14 fails against TeamCity #361
Comments
// cc @maartenba |
Well, "NormalizedVersion" is not on all feeds out there :-) Orchard for example will also fail on this. |
I wonder how nuget.exe works?! |
I get the same here. Rolling back to 0.13.1 fixes the problem. |
please retry with 0.14.1 - unfortunately I can't really reproduce from here. So I have to ask you if it works ;-( |
👍, works for me. |
@forki @jeffhandley Just noticed the DataServicePackageRepository uses Id and Version, not NormalizedVersion. (see FindPackage function in http://nuget.codeplex.com/SourceControl/latest#src/Core/Repositories/DataServicePackageRepository.cs which iscalled when doing NuGet package restore from the command line) |
@forki cool. Btw nuget is open source, you can always look it up (or at least try to look up in you can navigate through codeplex :-) |
@forki if you want to test with TeamCity: http://teamcity.codebetter.com/guestAuth/app/nuget/v1/FeedService.svc/Packages Better ways to navigate through NuGet code: http://sourcebrowser.io/Browse/haacked/nuget/NuGet.sln or https://github.com/haacked/nuget |
hey guys don't you think I have a local copy of the nuget code? ;-) |
@forki "I wonder how nuget.exe works?!" :-P |
What I meant is: Nuget.exe code alone is not enough. We need to understand the whole ecosystem. And Maarten does a very good job in explaining all the different feeds. I actually wondered if @jeffhandley's statement was correct in all cases. According to the snippet Maarten found that's not completely true. (and yes I'm guilty for not reading through the sources ;-) ) |
This is likely due to the new
NormalizedVersion
queries:The text was updated successfully, but these errors were encountered: