Deployment from Visual Studio Online to a Private IIS Server

I am currently creating an ASP.NET MVC project using the new Team Foundation Build 2015 (formerly vNext build) feature in Visual Studio Online, and I can easily complete a successful deployment on the Azure Website.

I also have a private server with Windows Server 2012 and IIS (you cannot access it over the Internet), and I am wondering if there is a way to do the deployment from my build in Visual Studio Online. Is it possible?

+4
source share

Source: https://habr.com/ru/post/1608545/


All Articles