Search code examples
azure-devopstfsbuildms-release-managementazure-pipelines

VSTS Release Management Continuous Deployment not working


I am using Visual Studio Team Services for my Builds and Releases. I followed Microsoft's documentation here to set up my release definition to deploy every time a linked build is created (Continuous Deployment). However the trigger is not working.

My build definition simply follows the steps bellow:

  • NuGet Installer
  • Visual Studio Build
  • Copy and Publish Build Artifacts

My release definition's trigger is set up as Continuous Deployment and pointing to my release definition. The environment is set up with "Automated: after release creation"

My build completes successfully but the release is never triggered. I can kick of the release manually and it works fine. I would like the release to launch immediately from the build. Any ideas why this is not working?


Solution

  • There wound up being a Db entry problem with our VSTS account. This was fixed by the rm_customer_queries_at_microsoft_dot_com team.