ScriptyAliases.

Scripty(ICakeContext, FilePath, ScriptySettings) Method

Summary

Gets a ScriptyRunner to evaluate scripts for the given project
Assembly
Cake.Scripty.dll
Namespace
Cake.Scripty
Containing Type
ScriptyAliases

Syntax

public static ScriptyRunner Scripty(this ICakeContext context, FilePath projectFilePath, ScriptySettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake context
projectFilePath FilePath Path to the project file to use
settings ScriptySettings The settings for the tool

Return Value

Type Description
ScriptyRunner A ScriptyRunner to evaluate scripts