FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

AndroidSignAndAlignParams Type

Parameters for signing and aligning an Android package

Record fields

Record Field Description

JarsignerPath

Full Usage: JarsignerPath

Field type: string

Path to jarsigner tool, defaults to assuming it is in your path

Field type: string

KeystoreAlias

Full Usage: KeystoreAlias

Field type: string

(Required) Alias for keystore

Field type: string

KeystorePassword

Full Usage: KeystorePassword

Field type: string

(Required) Password for keystore

Field type: string

KeystorePath

Full Usage: KeystorePath

Field type: string

(Required) Path to keystore used to sign the app

Field type: string

MessageDigestAlgorithm

Full Usage: MessageDigestAlgorithm

Field type: string

Specifies the name of the message digest algorithm to use when digesting the entries of a JAR file.

Field type: string

SignatureAlgorithm

Full Usage: SignatureAlgorithm

Field type: string

Specifies the name of the signature algorithm to use to sign the JAR file.

Field type: string

ZipalignPath

Full Usage: ZipalignPath

Field type: string

Path to zipalign tool, defaults to assuming it is in your path

Field type: string