FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

PaketFileInfo Type

Union cases

Union case Description

Exclude string

Full Usage: Exclude string

Parameters:
    Item : string

Explicitely exclude a file

Item : string

Include(string, string)

Full Usage: Include(string, string)

Parameters:
    Item1 : string
    Item2 : string

Include a file and store it into a targed

Item1 : string
Item2 : string