Skip to content

Commit

Permalink
Do not use prerelease Paket
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Jan 21, 2016
1 parent 67f0f41 commit 4f81002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -18,7 +18,7 @@ then
packages/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx
else
# use mono
mono .paket/paket.bootstrapper.exe prerelease
mono .paket/paket.bootstrapper.exe
exit_code=$?
if [ $exit_code -ne 0 ]; then
exit $exit_code
Expand Down

0 comments on commit 4f81002

Please sign in to comment.