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.Electron.Net.
Syntax
public static int ElectronNetBuildCustom(this ICakeContext context, string workingDirectory, ElectronTargetCustom electronTarget, string electronArch = null, Nullable<DotNetConfig> dotNetConfig = null, string relativePath = null, string absolutePath = null, string packageJson = null, bool installModules = false, string manifest = null, bool PublishSingleFile = true, bool PublishReadyToRun = true, params string[] electronParams)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
workingDirectory |
string |
|
electronTarget |
ElectronTargetCustom |
|
electronArch |
string |
|
dotNetConfig |
Nullable<DotNetConfig> |
|
relativePath |
string |
|
absolutePath |
string |
|
packageJson |
string |
|
installModules |
bool |
|
manifest |
string |
|
PublishSingleFile |
bool |
|
PublishReadyToRun |
bool |
|
electronParams |
string[] |
|
Return Value