Summary
Determines whether this instance can install the specified resource.
- Namespace
- Cake
.Core .Packaging - Containing Type
- IPackageInstaller
Syntax
bool CanInstall(PackageReference package, PackageType type)
Parameters
Name | Type | Description |
---|---|---|
package | PackageReference | The package resource. |
type | PackageType | The package type. |
Return Value
Type | Description |
---|---|
bool |
true if this installer can install the
specified resource; otherwise false .
|