user3036596
user3036596

Reputation: 1

Own build server configured with Visual Studio Online

We are using Visual Studio online (TFS) and now due to some activX licenses requirement we need to have our own build machine. We like to use Azure virtual machine for this. We need to install Build Server first but as we are using the Visual Studio Online we do not have the TFS installed on site. How can we proceed?

Upvotes: 0

Views: 396

Answers (1)

allen
allen

Reputation: 4647

You can configure your on-prem build server against a hosted visualstudio.com tfs account. This would be the same process for configuring your build server on an Azure VM.

See bharry's blog on this

Upvotes: 2

Related Questions