Hernan Guzman
Hernan Guzman

Reputation: 1235

Deploy from Visual Studio Online build to private IIS server

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?

Upvotes: 4

Views: 1889

Answers (1)

Vicky - MSFT
Vicky - MSFT

Reputation: 5010

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/

Upvotes: 5

Related Questions