From 0630c63861bc9b2e422b00a7b6af96cc1f481f5d Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Tue, 11 Mar 2014 21:38:10 +0100 Subject: [PATCH] Build: fix FAKE build script on mono (so that mono finds FAKE dependencies) --- .gitattributes | 1 + build.fsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 24130e53..0a57d140 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ *.js text *.ps1 text *.DotSettings text +*.sh text eol=lf *.csproj text merge=union *.fsproj text merge=union diff --git a/build.fsx b/build.fsx index f272bc14..02a95334 100644 --- a/build.fsx +++ b/build.fsx @@ -2,7 +2,9 @@ // FAKE build script, see http://fsharp.github.io/FAKE // -------------------------------------------------------------------------------------- +#I @"packages/FAKE/tools" #r @"packages/FAKE/tools/FakeLib.dll" + open Fake open Fake.Git open Fake.AssemblyInfoFile