How should work the project NuGet feed?
My project has a .nuspec file and I can see and get the .nupkg file generated at the end of a build. Fine.
If I open the Project feed it shows no packages.
In the appveyor.yml
file the feeds are set to
true
nuget:
account_feed: true
project_feed: true
What I am missing?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 25 Nov, 2014 07:07 PM
Use
nuget list
command-line to see feed packages:2 Posted by giuliovdev on 26 Nov, 2014 11:19 AM
Thanks, it was just under my nose. I was fighting with Chocolatey, but NuGet was working perfectly, and I did not realized. Now I fixed Chocolatey configuration also, spectacular.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.