9 references to RunGitAsync
Infrastructure.Tests (9)
WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs (9)
381await RunGitAsync(_workspace.Path, "checkout", "-b", "extension-release/v1.99.0"); 400await RunGitAsync(_workspace.Path, "checkout", "main"); 414await RunGitAsync(_workspace.Path, "checkout", "extension-release/v1.99.0"); 431await RunGitAsync(workingDirectory, "init"); 432await RunGitAsync(workingDirectory, "checkout", "-b", "main"); 433await RunGitAsync(workingDirectory, "config", "user.email", "test@example.com"); 434await RunGitAsync(workingDirectory, "config", "user.name", "Test User"); 462await RunGitAsync(workingDirectory, "add", "."); 463await RunGitAsync(workingDirectory, "commit", "-m", message);