Summary
Sets the deployment name.
- Namespace
- Cake
.Common .Build .AppVeyor - Containing Type
- App
Veyor Upload Artifacts Settings
Syntax
public AppVeyorUploadArtifactsSettings SetDeploymentName(string deploymentName)
Parameters
Name | Type | Description |
---|---|---|
deploymentName | string | The deployment name to attach to the artifact, required when using the AppVeyor deployment agent. deploymentName should not have any spaces. |
Return Value
Type | Description |
---|---|
App |
The settings. |