To set constraints for an Azure DevOps extension to target Azure DevOps and Azure DevOps Server 2019 and later.
Are these the correct settings
"targets": [
{
"id": "Microsoft.VisualStudio.Services.Cloud"
},
{
"id": "Microsoft.TeamFoundation.Server",
"version": "[17.0,)"
}
]
and
"demands": [
"api-version/5.0"
]
I could not get the information from https://docs.microsoft.com/en-us/azure/devops/extend/develop/manifest.
Is there a list of targets and demands available?