GitCommandLineToolTask.

GetGitOutput(IEnumerable<string>) Method

Summary

Invokes the GIT command line tool with the given arguments in the provided workspace directory.

Syntax

protected string GetGitOutput(IEnumerable<string> arguments)

Parameters

Name Type Description
arguments IEnumerable<string> The collection of arguments.

Return Value

Type Description
string The output of the GIT process