Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 committed Sep 20, 2015
1 parent 4dd784e commit 4125e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions FakeDemo/build.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#r "packages/FAKE/tools/FakeLib.dll"
open Fake

open Fake

Target "Test" (fun _ ->
trace "Testing stuff..."
Expand Down
2 changes: 1 addition & 1 deletion FakeDemo/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
if [ ! -f packages/FAKE/tools/FAKE.exe ]; then
mono .nuget/NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Prerelease
fi

mono packages/FAKE/tools/FAKE.exe build.fsx $@

0 comments on commit 4125e9f

Please sign in to comment.