IAppVeyorProvider.

UploadArtifact(FilePath, AppVeyorUploadArtifactsSettings) Method

Summary

Uploads an AppVeyor artifact.
Namespace
Cake.Common.Build.AppVeyor
Containing Type
IAppVeyorProvider

Syntax

void UploadArtifact(FilePath path, AppVeyorUploadArtifactsSettings settings)

Parameters

Name Type Description
path FilePath The file path of the artifact to upload.
settings AppVeyorUploadArtifactsSettings The settings to apply when uploading an artifact.

Return Value

Type Description
void