TaskEnvironment.Fallback Property

Definition

Gets the fallback task environment that directly accesses the system environment variables and working directory of the current process.

public:
 static property Microsoft::Build::Framework::TaskEnvironment ^ Fallback { Microsoft::Build::Framework::TaskEnvironment ^ get(); };
public static Microsoft.Build.Framework.TaskEnvironment Fallback { get; }
static member Fallback : Microsoft.Build.Framework.TaskEnvironment
Public Shared ReadOnly Property Fallback As TaskEnvironment

Property Value

Remarks

This is the environment provided to tasks by the MSBuild engine in multi-process execution mode, where each task runs in its own process and process-level state is inherently isolated.

Applies to