Justus Burger
Justus Burger

Reputation: 674

Azure website - Select website project from solution to deploy

Is it possible to configure which web project in my solution should be used when setting up auto deploy from source control using VSO?

I have a solution containing the following projects:

Both the Admin and Public projects are web projects. But both web projects use all the other projects. This whole solution is in VSO git source control. So when I set up a new web site in azure and opt to connect it to source control, I don't ever get an option to select which web project is the "startup" project.

I would assume there are some options in the build definition that is created for the CD setup, but cannot find it. Am I missing a step or something?

Upvotes: 1

Views: 149

Answers (1)

b2zw2a
b2zw2a

Reputation: 2693

Not sure about VSO but with regular git you can specify which project to deploy in App.Settings. Similar question here

A bit different scenario (push model) but the same principle - see here

Upvotes: 2

Related Questions