Summary
Sets the type of artifact being uploaded to AppVeyor.
- Namespace
- Cake
.Common .Build .AppVeyor - Containing Type
- App
Veyor Upload Artifacts Settings
Syntax
public AppVeyorUploadArtifactsSettings SetArtifactType(AppVeyorUploadArtifactType type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | App |
The type of artifact being uploaded. |
Return Value
| Type | Description |
|---|---|
| App |
The settings. |
