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.Scripty.
Summary
Alias to evaluate C# scripts using Scripty
#tool "nuget:?package=Scripty"
- Assembly
- Cake
.Scripty .dll - Namespace
- Cake
.Scripty - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ScriptyAliases"]
class Type type-node
Syntax
public static class ScriptyAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Scripty |
ScriptyRunner |
Gets a
ScriptyRunner to evaluate scripts for the given project
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|