Azure Continuous Deployment - Setup Publishing with VSO

拟墨画扇 提交于 2019-12-24 11:59:53

问题


We've been able to setup Azure Continuous Deployment with some VSO Team Projects, but not others. Any idea why we are getting this error in the Azure Management Portal? Perhaps it depends on the age of the team project.

Unable to find AzureContinuousDeployment.11.xaml in TeamProject see [Link]

We've followed the directions suggested:

Integrating Azure Continuous Integration with VSO

  1. Add Build Template AzureContinuousDeployment.11.xaml to $/[TeamProject]/BuildProcessTemplate
  2. Created Build Definition in [TeamProject] referencing AzureContinuousDeployment.11.xaml in Step 1 (i.e. Registering the Template)
  3. Proceed with "Set up publishing with Visual Studio Online". Enter VSO host and select [TeamProject].

I can see there are connected services under the [Team Project] in VSO (under Team Project Admin -> Services).


回答1:


Turns out the Azure Portal/VSO error message needs updated to reflect new Azure Continuous Deployment updates for TFS 2013 (Microsoft.TeamFoundation.Build.Client).

Proper Error Message

Unable to find TfvcContinuousDeploymentTemplate.12.xaml in [TeamProject] see [Link]

The fix is to upload the TFS 2013 Azure CD template and create a build definition to register the template with the [TeamProject].

This is only necessary for older VSO projects that don't get the default Azure CD build template.



来源:https://stackoverflow.com/questions/27611594/azure-continuous-deployment-setup-publishing-with-vso

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!