2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||
#!/bin/bash |
|||
if [ ! -f packages/FAKE/tools/Fake.exe ]; then |
|||
if [ ! -f packages/FAKE/tools/FAKE.exe ]; then |
|||
mono .nuget/nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion |
|||
fi |
|||
mono packages/FAKE/tools/FAKE.exe build.fsx $@ |
|||
|
|||
Loading…
Reference in new issue