FlatpakBuilderSettings.

RebuildOnSdkChange Property

Summary

Record the exact version of the sdk in the cache, and rebuild everything if it changes. This is useful if you're building against an API-unstable runtime, like a nightly build.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

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

Value

Type Description
Nullable<bool>