Skip to content

Commit 9f6a4d5

Browse files
committed
pin fake in build.sh
1 parent 68b5fe0 commit 9f6a4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
if [ ! -f packages/FAKE/tools/FAKE.exe ]; then
3-
mono .nuget/NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion
3+
mono .nuget/NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 4.1.2
44
fi
55
#workaround assembly resolution issues in build.fsx
66
mono packages/FAKE/tools/FAKE.exe build.fsx $@

0 commit comments

Comments
 (0)