This content is part of a third party extension that is not supported by the Cake project.
Summary
Gets the relevant files for a dotnet Tool package
given a resource type.
- Assembly
- Cake
.DotNetTool .Module .dll - Namespace
- Cake
.DotNetTool .Module - Containing Type
- I
Dot Net Tool Content Resolver
Syntax
IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)
Parameters
Name | Type | Description |
---|---|---|
package | PackageReference | The package. |
type | PackageType | The resource type. |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |
A collection of files. |