Optionaloptions: IRequestOptionsOptionalapiVersion: stringOptionalapiVersion: stringProject ID or project name
Gets a list of existing configuration files for the given repository.
Project ID or project name
OptionalrepositoryType: stringThe type of the repository such as GitHub, TfsGit (i.e. Azure Repos), Bitbucket, etc.
OptionalrepositoryId: stringThe vendor-specific identifier or the name of the repository, e.g. Microsoft/vscode (GitHub) or e9d82045-ddba-4e01-a63d-2ab9f040af62 (Azure Repos)
Optionalbranch: stringThe repository branch where to look for the configuration file.
OptionalserviceConnectionId: stringIf specified, the ID of the service endpoint to query. Can only be omitted for providers that do not use service endpoints, e.g. TfsGit (i.e. Azure Repos).
Returns a list of build frameworks that best match the given repository based on its contents.
Project ID or project name
OptionalrepositoryType: stringThe type of the repository such as GitHub, TfsGit (i.e. Azure Repos), Bitbucket, etc.
OptionalrepositoryId: stringThe vendor-specific identifier or the name of the repository, e.g. Microsoft/vscode (GitHub) or e9d82045-ddba-4e01-a63d-2ab9f040af62 (Azure Repos)
Optionalbranch: stringThe repository branch to detect build frameworks for.
OptionaldetectionType: BuildFrameworkDetectionTypeOptionalserviceConnectionId: stringIf specified, the ID of the service endpoint to query. Can only be omitted for providers that do not use service endpoints, e.g. TfsGit (i.e. Azure Repos).
Creates a new Pipeline connection between the provider installation and the specified project. Returns the PipelineConnection object created.