Skip to content

Commit 5ce3e31

Browse files
committed
Enable documentation generation in build.fsx
1 parent 7d7dea4 commit 5ce3e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Target "PublishNuGet" (fun _ ->
470470
// --------------------------------------------------------------------------------------
471471
// Generate the documentation
472472

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

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

0 commit comments

Comments
 (0)