AppVeyorProvider.

UploadArtifact(FilePath, Action<AppVeyorUploadArtifactsSettings>) Method

Summary

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

Syntax

public void UploadArtifact(FilePath path, Action<AppVeyorUploadArtifactsSettings> settingsAction)

Parameters

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

Return Value

Type Description
void