AbstractSourceControlTask.

PrepareProcess(Process) Method

Summary

Build up the command line arguments, determine which executable is being used and find the path to that executable and set the working directory.

Syntax

protected override void PrepareProcess(Process process)

Parameters

Name Type Description
process Process The process to prepare.

Return Value

Type Description
void