This content is part of a third party extension that is not supported by the Cake project.
Summary
Returns the files installed by the given package.
- Assembly
- Cake
.Npm .Module .dll - Namespace
- Cake
.Npm .Module - Containing Type
- NpmContentResolver
Syntax
public IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type, ModulesInstallationLocation installationLocation)
Parameters
Name | Type | Description |
---|---|---|
package | PackageReference | The package. |
type | PackageType | The package type. |
installationLocation | Modules |
The location in which to install. |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |
The files installed by the given package. |