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