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!
Drop Path not deleting
-
According to https://forums.inedo.com/topic/1038/drop-path-contents/4?_=1747409857938 the Drop Path folder should remove a package once it has been successfully imported into a feed.
I've configured a drop path for a chocolatey feed and the folder does not seem to be clearing of nupkg files once they are ProGet.
ProGet version 2024.35 (Build 2)
-
Hi @steviecoaster ,
Under Admin > Service, you should be able to see some logs being printed out. The DropPathMonitor will run periodically (or you can manually run it), and then you'll see some kind of log messages pertaining to what's happening.
It could be a lack of permissions, package already exists, etc.
Cheers,
Alana
-
Late reply (was out at a conference), but this was in fact permissions related. I've added a check to ensure the Inedo service account has been granted modify permissions on the drop path upon creation, and it is working appropriately!