Azure: Deploying from source management with Visual Studio Team Services

How to deploy a specific branch (for example, a development branch) using Visual Studio Team Services Git in Azure. When I deploy from the Bitbucket repository, it asks which branch to deploy to. He does not do this with Team Services repositories.

Once my site is connected to my Visual Studio Team Services Git repository, the Deployment section in Azure reads:

Team project related.

Visual Studio Team Services will build and deploy your project on Windows Azure the next time you register.

How do I deploy from my development branch?

+4
source share
1

Visual Studio: Team Explorer, "Build", , Windows Azure, , "", sln .

+3

Source: https://habr.com/ru/post/1532548/


All Articles