This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Dart.
Summary
Finds the proper Dart executable path.
- Assembly
- Cake
.Dart .dll - Namespace
- Cake
.Dart - Containing Type
- DartTool
Syntax
protected override IEnumerable<FilePath> GetAlternativeToolPaths(DartSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | DartSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
A single path to Dart executable. |