Describe the bug
When running the Azure DevOps scaffolder, the URL for the repo to create and push to (see link/code below) is unable to be found which is a combination of access token, ADO org name and project with some manipulation, I worked around it for now by hard-coding the URL to create the repo and push to.
here
To reproduce
scaffold new ADO project
Expected behaviour
to scaffold new ADO project
Additional context
The process for this scaffolder is to provide an ADO org (URL), an access token, and then select the project, via a list. Could it be simplified to ask for 1 URL (org/project) and access token?
Describe the bug
When running the Azure DevOps scaffolder, the URL for the repo to create and push to (see link/code below) is unable to be found which is a combination of access token, ADO org name and project with some manipulation, I worked around it for now by hard-coding the URL to create the repo and push to.
here
To reproduce
scaffold new ADO project
Expected behaviour
to scaffold new ADO project
Additional context
The process for this scaffolder is to provide an ADO org (URL), an access token, and then select the project, via a list. Could it be simplified to ask for 1 URL (org/project) and access token?