Reputation: 139
I want setup my 2012 TFS project so that when I check-in my code, TFS should deploy the project to Web app on Azure using the publish profile file. Is that doable ? how ? thank you.
Upvotes: 0
Views: 73
Reputation: 2881
Yep, it's possible. Check out the following article on the Azure website:
Continuous delivery with Visual Studio Online in Azure
https://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso/
It covers the following steps:
Hope that helps! :)
Upvotes: 2