Deploying ASP .NET 5 Applications

Hi,
Can someone tell me the steps to deploy ASP .NET 5 Applications using Octopus? I have created nuget packages using Team City and need to deploy it using Octopus.

Thanks,
Aravind.

Hi Aravind,

Thanks for reaching out. The question is quite broad and we don’t know much about your environment. The quick answer is that it should be the same as deploying any previous version of ASP.NET.

If you want to deploy to an azure webApp: http://docs.octopusdeploy.com/display/OD/Deploying+a+package+to+an+Azure+Web+App

If you want to deploy to a VM: http://docs.octopusdeploy.com/display/OD/Deploying+packages

To trigger a deployment in Octopus from TeamCity during your build: http://docs.octopusdeploy.com/display/OD/TeamCity

Do let us know if you got stuck in a specific part of the process, or what have you tried already so we can give you more specific guidance.

Regards,
Dalmiro