Summary
Set up the environment variables for a process.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- Abstract
Source Control Task
Syntax
protected virtual void SetEnvironment(Process process)
Parameters
| Name | Type | Description |
|---|---|---|
| process | Process | A process to setup. |
Return Value
| Type | Description |
|---|---|
| void |
