Summary
Gets the relevant files for a NuGet package
given a path and a resource type.
- Namespace
- Cake
.NuGet - Containing Type
- I
Nu Get Content Resolver
Syntax
IReadOnlyCollection<IFile> GetFiles(DirectoryPath path, PackageReference package, PackageType type)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The path to search. |
package | PackageReference | The package. |
type | PackageType | The resource type. |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |
A collection of files. |