Ubuntu – Trouble with Azure Pipelines in defining stages and branches
Why can't I do this: azure-pipeline.yml: extends build-and-deploy.yml@demo ... parameters: - name: allowDevDeployment displayName: "Allow this build to be deployed to DEV" type: boolean default: false - name: selectDeploymentType displayName: Select deployment type type: string default: 0 values: - 0…