ProGetAssetAliases.

ProGetDownloadAsset(ICakeContext, string, FilePath, ProGetConfiguration) Method

Summary

Download a single asset from a ProGet Asset Directory.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetAliases

Syntax

public static void ProGetDownloadAsset(this ICakeContext context, string assetUri, FilePath outputPath, ProGetConfiguration config)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext Cake context.
assetUri string The URI to the asset in the ProGet Asset Directory.
outputPath FilePath The output path for the downloaded artifact.
config ProGetConfiguration The ProGet Configuration.

Return Value

Type Description
void