Unable to deploy nuget package from custom nuget feed

I am using TFS 2013 and passing build paramaters as true C:\Packages
APIKey.This is publishing my nuget package to the custom feed(C:/Packages) however it is not triggering release in Octopus deploy.When I manually upload the same package it is working fine.

Please help!

Hi,

Thanks for reaching out! Are you trying to get the release created automatically when the package gets uploaded as shown on this document? http://docs.octopusdeploy.com/display/OD/Automatic+Release+Creation . If this is the case, then the reason why the release is not getting created if because this feature is only supported when you upload a package to the Octopus built-in feed. Uploading a package to a local directory (such as C:\Packages) would not trigger a release.

Best regards,

Dalmiro