From 90115f7fb8464dfb2b44b4c5518bf2bdf350afdf Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Mon, 28 Dec 2015 11:51:32 +0100 Subject: [PATCH] Build: fix path for doc generation --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 7242ce8c..8d313f35 100644 --- a/build.fsx +++ b/build.fsx @@ -752,7 +752,7 @@ let provideDocExtraFiles() = let buildDocumentationTarget fsiargs target = trace (sprintf "Building documentation (%s), this could take some time, please wait..." target) - let fakePath = "packages" @@ "FAKE" @@ "tools" @@ "FAKE.exe" + let fakePath = "packages" "build" "FAKE" "tools" "FAKE.exe" let fakeStartInfo script workingDirectory args fsiargs environmentVars = (fun (info: System.Diagnostics.ProcessStartInfo) -> info.FileName <- System.IO.Path.GetFullPath fakePath