TaskEnvironment.Fallback 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.
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.