ProGet version: 2022.0 (Build 37)
Windows Server 2012 R2 Standard
I've been trying for the last few days to get symbol packages to be pushed reliable to a symbol specific feed in ProGet.
I've configured the feed as per the ProGet Docs. I've noticed that sometimes nuget push will work as expected and other times the symbol file never appears in the feed.
I've seen the other forum discussions, the note about future enhancement for next year, the bug report in the Nuget GitHub repo.
In order to get something reliable to work, I decided to use a drop folder. I made sure that the ProGet Service account (Network Service) has full permissions to the drop folder.
I created a network share to with the correct permissions for the build server to use. I have the Team City build job copy the symbol file to the appropriate folder under the network share.
I see the file in that drop folder after the build complete.
However, it never gets imported into the associated feed by ProGet. I confirmed that the drop folder is configured for the feed. I've checked the frequency of when the folders are checked.
Everything seems to be configured ok, just no file is being imported.
I looked for any log in the diagnostic center and the event log. There is no entries at all. Nothing informing that even an attempt was made to process the package.
Any ideas why the symbol file is not being imported?
Thanks
-marc