ElectronNetBuilder.

ElectronNetBuildCustom(ICakeContext, string, ElectronTargetCustom, string, Nullable<DotNetConfig>, string, string, string, bool, string, bool, bool, string[]) Method

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

Type Description
int