forked from tsai/mathnet-numerics
2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||||
#!/bin/bash |
#!/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 |
mono .nuget/nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion |
||||
fi |
fi |
||||
mono packages/FAKE/tools/FAKE.exe build.fsx $@ |
mono packages/FAKE/tools/FAKE.exe build.fsx $@ |
||||
|
|||||
Loading…
Reference in new issue