Deploy from Visual Studio Online build to private IIS server

假如想象 提交于 2019-12-23 15:01:09

问题


Currently I'm building an ASP.NET MVC project using the new Team Foundation Build 2015 (former Build vNext) feature in Visual Studio Online and I can do a successful deployment to an Azure Website easily.

Also I have a private server with Windows Server 2012 and IIS (you can not access it via the Internet) and I wonder if there is any way to make a deployment from my build in Visual Studio Online. Is it possible?


回答1:


Yes, it is possible.

You need to set up a on-premise build server machine and register it to the visual studio online account. Please check steps in this blog for the details: http://myalmblog.com/2014/04/configuring-on-premises-build-server-for-visual-studio-online/



来源:https://stackoverflow.com/questions/32722374/deploy-from-visual-studio-online-build-to-private-iis-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!