ProGetAssetPusher.

Publish(FilePath, string) Method

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