This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Flatpak.
Summary
Executes flatpak-builder [OPTION...] DIRECTORY MANIFEST with results
Syntax
public static IEnumerable<string> FlatpakBuilderWithResult(this ICakeContext context, DirectoryPath directory, FilePath manifest, FlatpakBuilderSettings settings = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| directory |
DirectoryPath |
|
| manifest |
FilePath |
|
| settings |
FlatpakBuilderSettings |
|
Return Value
| Type |
Description |
| IEnumerable<string> |
|