IAppVeyorProvider.

UploadArtifact(FilePath) Method

Summary

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

Syntax

void UploadArtifact(FilePath path)

Parameters

Name Type Description
path FilePath The file path of the artifact to upload.

Return Value

Type Description
void