GitLabAliases.

GitLabRepositoryDownloadFileAsync(ICakeContext, ProjectConnection, string, string, FilePath) Method

Summary

Downloads a file from a GitLab-hosted repository
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task GitLabRepositoryDownloadFileAsync(this ICakeContext context, ProjectConnection projectConnection, string filePath, string ref, FilePath destination)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
projectConnection ProjectConnection
filePath string
ref string
destination FilePath

Return Value

Type Description
Task