AppVeyorProvider.

UploadArtifact(FilePath) Method

Summary

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

Syntax

public void UploadArtifact(FilePath path)

Parameters

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

Return Value

Type Description
void