BuildParameters.DiscardBuildResults Property

Definition

Determines whether MSBuild will save the results of builds after EndBuild to speed up future builds.

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

Property Value

Applies to