문제

How do I deploy a particular branch (i.e. development branch) using Visual Studio Team Services Git repository in Azure. When I deploy from a Bitbucket repository it asks me which branch to deploy from. It does no such thing with the Team Services repo.

Once my website is linked to my Visual Studio Team Services git repository, the Deployments section in Azure reads:

The team project is linked.

Visual Studio Team Services will build and deploy your project to Windows Azure on your next check-in.

How do I deploy from my development branch?

도움이 되었습니까?

해결책

You need to edit the build definition with Visual Studio: Go to the Team Explorer toolbox, Navigate to the "Build" section, find the Build Definition automatically created by Windows Azure, edit the definition, Go to the "Process" section, Find the path of the solution to build and replace it with the path of the sln file inside your branch.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top