Push a NuGet package to the Octopus Server automatically

Hello,
First of all I would like to have a little patience, because I am not so good in English, and Second because I am a newbie in matter of Octopus.

Scenario:
I have setup an Octopus server which i deploy the nuget packages and i have setup in octopus server 3 feeds which represents 3 distinct websites. Whenever i make a nuget package deploy with TeamFoundationServer Is sent to Octopus server and which has Development Release and Test Release and a Producition Release. So far so good.
As i mentioned my feeds a setup locally to the folder which holds the nuget packages: Ex: “C:\FolderPackageNuGet\NugetPackage”

Question:
In order to use this command:
“NuGet.exe push <YourApp.nupkg> -ApiKey -Source http://localhost1:8086/nuget/packages” automatically how do i do that?
I tested manually and it works like a charm, no problem, no stress. But i do not want to use the local feed anymore and i do not want to do this everytime when a deploy is done manually.

Is anywhere in the octopus documentation an elaborate example so i can do that automatically? and if not can you develop an elaborate example how it can be done?

Thank you

Hi there - you may not need to use NuGet.exe to push packages to the feed. The Octo.exe tool can do it for you, and we have some documentation on using it with TFS.

For TFS integration instructions please see: http://docs.octopusdeploy.com/display/OD/Team+Foundation+Server

For Octo.exe, please see the “Publishing” section at the end of: http://docs.octopusdeploy.com/display/OD/Using+OctoPack

Hope this helps,
Nick