Skip to content

Commit

Permalink
Get initial build install script working
Browse files Browse the repository at this point in the history
And add nuget to install FAKE
  • Loading branch information
jwood803 committed Sep 19, 2015
1 parent d493814 commit 574461a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added FakeDemo/.nuget/NuGet.exe
Binary file not shown.
5 changes: 5 additions & 0 deletions FakeDemo/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +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 574461a

Please sign in to comment.