reproduced on 6.7.2
Steps to reproduce:
- create a local Nuget repository
- add some packages
- create a virtual Nuget repository which only aggregate the local repository from #1
By issue $choco list command to the nuget virtual repository only one package is returned. However when issue $choco list command on the local repo you will get a list of packages returned.
Furthermore, by issue the api/nuget/nuget/Packages() call:
in the XML return for the virtual the "IsLatestVersion" set to false.
in the XML return for the local the "IsLatestVersion" set to true.
- duplicates
-
RTFACT-17889 Nuget virtual repository against chocolatey might not return the latest version
- Done
- is duplicated by
-
RTFACT-19886 Nuget Virtual does not list all the packages through the Search
- Done
-
RTFACT-20029 choco list returning only one result against a virtual repository that includes a remote repository
- Done
- relates to
-
RTFACT-19978 NuGet index include artifacts which have been deleted.
- Done