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 --run [OPTION...] DIRECTORY MANIFEST COMMAND with results
Syntax
public static IEnumerable<string> FlatpakBuilderRunWithResult(this ICakeContext context, DirectoryPath directory, FilePath manifest, string command, FlatpakBuilderSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
directory |
DirectoryPath |
|
manifest |
FilePath |
|
command |
string |
|
settings |
FlatpakBuilderSettings |
|
Return Value
Type |
Description |
IEnumerable<string> |
|