C# Class Drey.Utilities.PackageUtils

Show file Open project: dealproc/Drey

Public Methods

Method Description
DiscoverPackage ( string packageId, string hordeDirectory, string specificVersion = "Latest" ) : string

Discovers the latest package from the hoarde and returns its path.

Method Details

DiscoverPackage() public static method

Discovers the latest package from the hoarde and returns its path.
public static DiscoverPackage ( string packageId, string hordeDirectory, string specificVersion = "Latest" ) : string
packageId string The package identifier.
hordeDirectory string The horde directory.
specificVersion string The specific version.
return string