This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.ProGet.
Summary
Pushes an asset to the ProGet Asset Directory.
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