4

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?

Daniel Mann
  • 53,152
  • 13
  • 97
  • 112
Hernan Guzman
  • 1,215
  • 8
  • 14

1 Answers1

5

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/

Vicky - MSFT
  • 4,935
  • 1
  • 11
  • 22