Namespaces

Types in Fake

Type AdditionalSyntax

Namespace Fake

Methods

Properties

Public static methods

void addDependenciesOnSameLevel(string target, string dependency)

FSharpList<a> And<a>(a x, FSharpList<a> y)

Appends the dependency to the list of dependencies

FSharpList<a> Dependency<a>(a x)

Converts a dependency into a list

void For(string x, FSharpList<string> y)

Allows to use For? syntax for Dependencies

void RunParameterTargetOrDefault(string parameterName, string defaultTarget)

Runs the target given by the build script parameter or the given default target

void targetsAreOnSameLevel(string x, string y)

Public properties

FSharpFunc<string, Unit> Run get;

Runs a Target and its dependencies