Mark13426
Mark13426

Reputation: 2639

Configure local build server to work with a Visual Studio Online account

Is it possible to use a local build server for a Visual Studio Online account so that with a gated check-in policy, check-ins are only committed when the build server builds successfully? I don't have expertise in this space, so ideally I'm looking for steps to do the setup.

Upvotes: 1

Views: 710

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22245

Yes, you can do what you are asking. Simply install TFS Build Server and when you are configuring it give it the URL for your VSO Collection.

Upvotes: 1

Related Questions