Multi-Site solution deployments in Azure
- When having multiple web projects in a solution, Azure by default only deploy the first alphabetically project regardless your settings. Source: Stackoverflow & MSDN
- Key: Project
Value: webui/webui.csproj
Key: SCMBUILDARGS
Value: -p:Configuration=Debug
This tells Azure to deploy this project and this configuration when using git and bitbucket ... Not visual studio online, which should be from build definition.