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
Publishes an asset to the Asset Directory.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Asset - Containing Type
- ProGetAssetPusher
Syntax
public void Publish(FilePath asset, string uri)
Parameters
Name | Type | Description |
---|---|---|
asset | FilePath | A FilePath to the file to be published. |
uri | string | The desired URI of the asset. |
Return Value
Type | Description |
---|---|
void |