Summary
Collects all the files for the given dotnet Tool Package.
- Namespace
- Cake
.DotNetTool .Module - Containing Type
- Dot
Net Tool Content Resolver
Syntax
public IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)
Parameters
Name | Type | Description |
---|---|---|
package | PackageReference | The dotnet Tool Package. |
type | PackageType | The type of dotnet Tool Package. |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |
All the files for the Package. |