1
votes

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]

enter image description here

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). enter image description here

1

1 Answers

2
votes

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.