ProGetAssetAliases.

ProGetCreateAssetDirectory(ICakeContext, string, ProGetConfiguration) Method

Summary

Creates a new Asset Directory.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetAliases

Syntax

public static void ProGetCreateAssetDirectory(this ICakeContext context, string assetDirectoryUri, ProGetConfiguration config)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext Cake context.
assetDirectoryUri string The URI of the ProGet Asset Directory.
config ProGetConfiguration The ProGetConfiguration.

Return Value

Type Description
void