eat-sleep-code
eat-sleep-code

Reputation: 4855

Deploy to Remote Server using Visual Studio Online

How does one deploy their code to a remote server using Visual Studio Online after a build completes?

My Google skills apparently are lacking today as I am not finding information on this anywhere.

Upvotes: 2

Views: 1045

Answers (1)

I use release management which you get with VSO. If you download the release manager client for visual studio you can create a release pipeline with tge vNext template that lets you deploy to and number of environments remotely. This is called Agent-less deployment and will have a migration path to the new Release capability in TFS 2015 (and VSO when it hits)

Upvotes: 2

Related Questions