Browse Source

Build: fix FAKE build script on mono (so that mono finds FAKE dependencies)

pull/203/head
Christoph Ruegg 12 years ago
parent
commit
0630c63861
  1. 1
      .gitattributes
  2. 2
      build.fsx

1
.gitattributes

@ -8,6 +8,7 @@
*.js text
*.ps1 text
*.DotSettings text
*.sh text eol=lf
*.csproj text merge=union
*.fsproj text merge=union

2
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

Loading…
Cancel
Save