MSBuildServerLifecycleEventArgs.ShortLived Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true when a spawned server node will tear itself down after this build instead of
staying resident for reuse (a "short-lived" server — a /mt build with node reuse off).
public:
property bool ShortLived { bool get(); };
public bool ShortLived { get; }
member this.ShortLived : bool
Public ReadOnly Property ShortLived As Boolean