Property | Definition |
localStore | Represents the local folder where the Git repository is cloned or the local Git repository. localStore is the Git local repository that is a parent of build.output.dir. |
remoteStore | URL of the remote Git repository. |
branch | Optional. The branch in the Git repository where composites and descriptors will be pushed. |
message | Required. Message which describes the commits. |
username | Authentication username for the remote Git repository. |
password | Authentication password for the remote Git repository. |
pathToPrivateKey | File system path where your private key resides. Used if SSH protocol is passed. |
pathToPublicKey | File system path where your public key resides. Used if SSH protocol is passed. |
privateKeyPassword | Password of your private key. Used if SSH protocol is passed. |
pathToKnownHosts | File system path of the known hosts. Used if SSH protocol is passed. |
For this platform... | Run the following command... |
Windows | build.bat buildUploadAssets |
UNIX | build.sh buildUploadAssets |