FlatpakBuilderSettings.

ExportOnly Property

Summary

Only do the export stages, picking up the build result from a previous build. This can be used to split the build and export/signature into two calls by leaving out --repo in the first call.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

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

Value

Type Description
Nullable<bool>