Summary
Invokes the GIT command line tool with the given arguments in the provided workspace directory.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- Git
Command Line Tool Task
Syntax
protected string GetGitOutput(IEnumerable<string> arguments)
Parameters
Name | Type | Description |
---|---|---|
arguments | IEnumerable |
The collection of arguments. |
Return Value
Type | Description |
---|---|
string | The output of the GIT process |