Octopack, quite simply, does absolute nothing

Following these (http://octopusdeploy.com/blog/automated-deployment-with-tfspreview-octopack-myget) instructions word-for-word. Added Octopack to my asp.net mvc 4 project. No .octopack folder in sight, but than perhaps there shouldn’t be one anymore as it looks like the latest Octopack no longer needs it. Fine. I proceeded creating .nuspec file and tried building from my TFS preview account. Everything builds fine, but no nuget package. Anybody know what’s up?

Hi,

Thanks for getting in touch, and sorry, that post is a bit out of date as OctoPack has changed. For TFS, you’ll have to modify the build settings and tell it to pass /p:RunOctoPack=true:

http://docs.octopusdeploy.com/display/OD/Team+Foundation+Server

Hope this helps,
Paul