This content is part of a third party extension that is not supported by the Cake project.
Summary
Collects all the files for the given Chocolatey Package.
- Assembly
- Cake
.Chocolatey .Module .dll - Namespace
- Cake
.Chocolatey .Module - Containing Type
- Chocolatey
Content Resolver
Syntax
public IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)
Parameters
Name | Type | Description |
---|---|---|
package | PackageReference | The Chocolatey Package. |
type | PackageType | The type of Chocolatey Package. |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |
All the files for the Package. |