[gulp] add publish task

This commit is contained in:
2019-08-26 14:44:51 +03:00
parent f072d8dc6e
commit 605935528b
5 changed files with 50 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
{
"SdkDir": "C:\\sdk",
"SSH": {
"PrivateKey": null,
"Passphrase": null
}
"SdkDir": "C:\\sdk",
"PublishDir": "",
"SSH": {
"PrivateKey": null,
"Passphrase": null
}
}