asp.net mvc - Azure deployment from source without TFS? -
does knows if deployment source feature of azure intended work .net projects ? mean, if put source code in local git repository of azure , trigger deploy, source code going compiled , deployed or source files going copied ?
we managing our source code, tasks etc... on codebasehq , use azure deployment platform only. i'm trying achieve push release-ready code on azure git repository, , built , deployed. relevant resources welcome, haven't been able find answer far.
thanks
you can build , deploy git azure, try link https://azure.microsoft.com/en-gb/documentation/articles/web-sites-publish-source-control/
update take back, link setup , build project http://blogs.msdn.com/b/kaevans/archive/2014/03/31/deploying-an-azure-web-site-using-git-and-continuous-integration.aspx
or setup teamcity building of project , use ms deploy team city push build azure
update 2 there difference between tfs , tfs online, answer no if question referring tfs online , particular feature you're talking about. if have server in office handy use build , deploy.
Comments
Post a Comment