BuildParameters.SaveOperatingEnvironment Property

Definition

Flag indicating if the operating environment such as the current directory and environment be saved and restored between project builds and task invocations. This should be set to false for any other build managers running in the system so that we do not have two build managers trampling on each others environment.

public:
 property bool SaveOperatingEnvironment { bool get(); void set(bool value); };
public bool SaveOperatingEnvironment { get; set; }
member this.SaveOperatingEnvironment : bool with get, set
Public Property SaveOperatingEnvironment As Boolean

Property Value

Boolean

Returns a switch indicating whether the operating environment should be saved and restored between project builds and task invocations; true if the environment should be saved, false otherwise.

Remarks

This should be set to false for any other build managers running in the system so that we do not have two build managers trampling on each others environment.

Applies to