Publish ASP.NET Core 2 MVC project to Azure Cloud
Answered
Windows 10, Rider 2017.3 EAP on December 20 2017
Visual Studio 2017 has the convenient and simple capability: to publish the ASP.NET Core 2 MVC project to Azure Cloud by the project's context menu. I don't see the same in Rider and I not found any plugin with this feature.
Is any way in Rider to publish the project into Azure Cloud?
Thank you.
Please sign in to leave a comment.
Unfortunately, not. We are planning to implement this in future versions, please watch RIDER-8882 and RIDER-1256 for updates.
Thank you.
Right now I use Azure CLI 2 for publish my web application to Azure. I wrote PowerShell script for Windows and use Bash script for Linux (on the base of this article).