1

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:

  • Model
  • Data
  • Logic
  • Admin
  • Public

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?

Justus Burger
  • 655
  • 1
  • 6
  • 6

1 Answers1

2

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

Community
  • 1
  • 1
b2zw2a
  • 2,663
  • 15
  • 15