UploadLinuxBuild
method in Coherence.Editor.UploadBuildToCoherence
Methods
public static bool UploadLinuxBuild(string path, string projectId, string projectToken)
Uploads a Linux build to the specified project in coherence Cloud.
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to the directory containing the build. |
string | projectId | Identifier of the project into which the simulator should be uploaded. You can find the Project ID using these steps:
|
string | projectToken | Token for the project into which the simulator should be uploaded. You can find the Project Token using these steps:
|
Returns
Type | Description |
---|---|
bool |
public static bool UploadLinuxBuild(string path)
Uploads a Linux build to the specified project in coherence Cloud.
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to the directory containing the build. |
Returns
Type | Description |
---|---|
bool |