Summary
Uploads an AppVeyor artifact.
- Namespace
- Cake
.Common .Build .AppVeyor - Containing Type
- IAppVeyorProvider
Syntax
void UploadArtifact(FilePath path, Action<AppVeyorUploadArtifactsSettings> settingsAction)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The file path of the artifact to upload. |
settingsAction | Action |
The settings to apply when uploading an artifact. |
Return Value
Type | Description |
---|---|
void |