BuildParameters.ShutdownInProcNodeOnBuildFinish Property

Definition

Shutdown the inprocess node when the build finishes. By default this is false since visual studio needs to keep the inprocess node around after the build finishes.

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

Property Value

Returns the flag.

Applies to