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 ElectronNetBuild(this ICakeContext context, string workingDirectory, ElectronTarget electronTarget, 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 |
ElectronTarget |
|
dotNetConfig |
Nullable<DotNetConfig> |
|
relativePath |
string |
|
absolutePath |
string |
|
packageJson |
string |
|
installModules |
bool |
|
manifest |
string |
|
PublishSingleFile |
bool |
|
PublishReadyToRun |
bool |
|
electronParams |
string[] |
|
Return Value