azure-devopsazure-marketplaceazure-devops-serverazure-devops-server-2020

Azure Devops Marketplace - Azure Devops Server 2020 Support


Is Azure Devops Server 2020 supported in the marketplace yet? I've recently build an extension and added support for ADO Server 2019, but when I update the installation targets to include the new server version I don't see any changes in the marketplace that show that my extension supports 2020 ADO

My Manifest file has the following:

"targets": [
    {
      "id": "Microsoft.VisualStudio.Services.Cloud"
    },
    {
      "id": "Microsoft.TeamFoundation.Server",
      "version": "[17.0, 18.0)"
    }
  ]

Where version 18.0 should be Azure Devops Server 2020


Solution

  • Azure DevOps Server 2020 is supported in market place. However, we still need to update the code from our side to reflect this in the UI. We are working on making this change. However, there is no blocker as such to use marketplace for Server 2020.