Skip to content

Commit

Permalink
Removed Reference to .fake directory in Pickles doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gondermann committed May 2, 2018
1 parent 573127f commit 7d7d2ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions help/markdown/fake-tools-pickles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
nuget Fake.Core.Target
nuget Fake.IO.FileSystem
nuget Fake.Tools.Pickles
nuget Pickles.CommandLine storage: packages
//"
open Fake.Core
Expand All @@ -24,8 +23,7 @@ Target.create "BuildDoc" (fun _ ->
Pickles.convert (fun p ->
{ p with FeatureDirectory = currentDirectory </> "Specs"
OutputDirectory = currentDirectory </> "SpecDocs"
OutputFileFormat = Pickles.DocumentationFormat.DHTML
ToolPath = Tools.findToolInSubPath "pickles.exe" "~/.fake/build.fsx/packages" })
OutputFileFormat = Pickles.DocumentationFormat.DHTML" })
)
Target.runOrDefault "BuildDoc"
Expand Down

0 comments on commit 7d7d2ff

Please sign in to comment.