FastlaneAliases.

Fastlane(ICakeContext) Method

Summary

Gets an instance of Cake.Fastlane.FastlaneAliases.FastlaneProvider that can be used to interact with fast lane tools.
Assembly
Cake.Fastlane.dll
Namespace
Cake.Fastlane
Containing Type
FastlaneAliases

Syntax

public static FastlaneProvider Fastlane(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
FastlaneProvider