Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Nuget push works but Nuget Install is unable to find the package.
-
Nuget push command succeeds. The nuget install command fails with the following message (when version is omitted):
nuget install DieboldNixdorf.Xpression.WebClient -Source Xpression
Feeds used:
http://cmdi-wing.phoenix.local:81/nuget/XPRESSIONInstalling package 'DieboldNixdorf.Xpression.WebClient' to 'c:\Work\xprWebClient\packages'.
GET http://cmdi-wing.phoenix.local:81/nuget/XPRESSION/FindPackagesById()?id='DieboldNixdorf.Xpression.WebClient'&semVerLevel=2.0.0
OK http://cmdi-wing.phoenix.local:81/nuget/XPRESSION/FindPackagesById()?id='DieboldNixdorf.Xpression.WebClient'&semVerLevel=2.0.0 2140ms
Unable to find package 'DieboldNixdorf.Xpression.WebClient'Ive tried restarting the Proget service and attempted the push again. I can nuget install this package only when I specify the version. We want to omit the version so that we can install the latest package when running the nuget install command.
Product: ProGet
Version: 4.4.2
-
Figured out that my specific package is a pre-release and thus required the prerelease option to be set on the nuget install command.