FlatpakBuilderSettings.

DeleteBuildDirs Property

Summary

Always remove the sources and build after having built each module, even if the build failed. The default is to keep failed build directories but remove successful ones. This is useful in e.g. automatic build systems.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

public Nullable<bool> DeleteBuildDirs { get; set; }

Value

Type Description
Nullable<bool>