Reputation: 4855
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
Reputation: 23444
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