project nuget feed
I am trying to get my nuget packages created as part of the build to appear in my project feed but I think i must be missing something (probably obvious).
my package files are not in the roots of my projects so I don't think i can enable auto publishing as per the docs, and if I use :
appveyor PushArtifact
then it conflicts with the artifacts section of my yml
However no package show up in my projects nuget feed
powershell for packaging attached
appveyor.yml attached
- appveyor.yml 1.01 KB
- packagenuget.ps1 390 Bytes
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 21 Dec, 2014 07:36 PM
That URL is not supposed to display feed packages. Use nuget command line to see feed packages:
2 Posted by jageall on 21 Dec, 2014 09:07 PM
ah, thank you. I thought i was doing something wrong
jageall closed this discussion on 21 Dec, 2014 09:07 PM.