FlatpakBuilderSettings.

Jobs Property

Summary

Limit the number of parallel jobs during the build. The default is the number of CPUs on the machine.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

public Nullable<int> Jobs { get; set; }

Value

Type Description
Nullable<int>