Skip to content

Commit

Permalink
Enable documentation generation in build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 15, 2024
1 parent 7d7dea4 commit 5ce3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Target "PublishNuGet" (fun _ ->
// --------------------------------------------------------------------------------------
// Generate the documentation

let disableDocs = true // https://github.com/fsprojects/FSharp.Formatting/issues/461
let disableDocs = false // https://github.com/fsprojects/FSharp.Formatting/issues/461

let fakePath = __SOURCE_DIRECTORY__ @@ "packages" @@ "build" @@ "FAKE" @@ "tools" @@ "FAKE.exe"
let fakeStartInfo fsiargs script workingDirectory args environmentVars =
Expand Down

0 comments on commit 5ce3e31

Please sign in to comment.