ProGetAssetAliases.

ProGetPushAsset(ICakeContext, FilePath, string, ProGetConfiguration) Method

Summary

Pushes an asset to the ProGet Asset Directory.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetAliases

Syntax

public static void ProGetPushAsset(this ICakeContext context, FilePath assetPath, string assetUri, ProGetConfiguration config)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context.
assetPath FilePath The FilePath of the asset.
assetUri string The base URI of the asset to push.
config ProGetConfiguration An IProGetConfiguration with the username and password.

Return Value

Type Description
void