|
|
@ -19,7 +19,7 @@ public interface IPrerequisiteHelper |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Run embedded git with the given arguments. |
|
|
|
/// Run embedded git with the given arguments. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
Task RunGit(params string[] args); |
|
|
|
Task RunGit(string? workingDirectory = null, params string[] args); |
|
|
|
|
|
|
|
|
|
|
|
Task SetupPythonDependencies(string installLocation, string requirementsFileName, |
|
|
|
Task SetupPythonDependencies(string installLocation, string requirementsFileName, |
|
|
|
IProgress<ProgressReport>? progress = null, Action<string?>? onConsoleOutput = null); |
|
|
|
IProgress<ProgressReport>? progress = null, Action<string?>? onConsoleOutput = null); |
|
|
|