How to get the nuget files

Hi,
How can I deploy a web applications, that are build with visual studio 2008 and its version, that projects doesn’t have the .csproj , vsproj , sln files,
thanks in advance.

Hi,

Thanks for getting in touch! By not having the mentioned files, you will not be able to use OctoPack which would have solved the Packing & Pushing. On this case i’d recommend you to use Nuget.exe to manually (or scripted(ly)) pack your web application and then push it to your feed.

Packing: https://docs.nuget.org/consume/command-line-reference#pack-command

Pushing: https://docs.nuget.org/consume/command-line-reference#push-command

Once your app is on your nuget feed. You are good to go to start using Octopus to deploy your apps

Hope that helps!

Dalmiro