BuildParameters.OutputResultsCacheFile Property

Definition

Output cache file where MSBuild will write the contents of its build result caches during EndBuild. If the isolation mode is set to False, this sets the isolation mode to True.

public:
 property System::String ^ OutputResultsCacheFile { System::String ^ get(); void set(System::String ^ value); };
public string OutputResultsCacheFile { get; set; }
member this.OutputResultsCacheFile : string with get, set
Public Property OutputResultsCacheFile As String

Property Value

Applies to