Skip to content

Commit

Permalink
try to reproduce #816
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed May 7, 2015
1 parent 701f98a commit 4f47120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
exit $exit_code
fi

.paket/paket.exe restore
.paket/paket.exe update
exit_code=$?
if [ $exit_code -ne 0 ]; then
exit $exit_code
Expand All @@ -24,7 +24,7 @@ else
exit $exit_code
fi

mono .paket/paket.exe restore
mono .paket/paket.exe update
exit_code=$?
if [ $exit_code -ne 0 ]; then
exit $exit_code
Expand Down
2 changes: 2 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ NUGET
FSharpVSPowerTools.Core (1.8.0)
FSharpVSPowerTools.Core (1.8.0)
FSharp.Compiler.Service (>= 0.0.87)
FsUnit (1.3.0.1) - framework: >= net40
NUnit (>= 2.6.3)
ILRepack (1.26.0)
Microsoft.Bcl (1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)
Expand Down

0 comments on commit 4f47120

Please sign in to comment.