BuildParameters.DiscardBuildResults 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.
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