-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
name: Ability to specify the repo path
about: Currently it is assumed the repo is in the base path. When including other repos as part of the PR, the tasks fails. Allowing to override the path would allow this to work
Feature Description
In the Repository class the baseDir is fetched from System variables. An input should be added as a task parameter to allow for the overriding of this assignment.
private gitOptions: Partial<SimpleGitOptions> = {
baseDir: `${tl.getVariable('System.DefaultWorkingDirectory')}`,
binary: 'git'
};
Motivation
We use multiple repos in a PR to automate and consolidate repetitive tasks.
Metadata
Metadata
Assignees
Labels
No labels