microsoft / AzureDevOpsDemoGenerator

Azure DevOps Demo Generator helps teams create projects on their Team Services account with pre-populated sample content that includes source code, work items, iterations, service endpoints, build and release definitions based on a chosen template
https://azuredevopsdemogenerator.azurewebsites.net/
MIT License
340 stars 200 forks source link

Project Creation failed due to use of Classic pipelines #991

Closed rdesutter closed 2 months ago

rdesutter commented 6 months ago

Hi,

When creating the Demo project with the template "PartsUnlimited" I ran into the error that this is trying to classic build & release pipelines, which were by default disabled when I create a new DevOps Organisation.

Error: "Error while creating release definition: The classic pipelines are disabled for this project / organization."

Fix - in the DevOps Organisation Settings,

It might be good to add in the step-by-step prereq guide as validation step to turn these settings off - or update the project creation so it does not use classic pipelines.

Robbie

danhjarup commented 6 months ago

I encountered the same error today.

aksh-h commented 2 months ago

By default, classic pipeline creation has been disabled for new organizations. To enable it, go to organization settings and provision the project.

image