Skip to content

Commit

Permalink
Merge pull request #70 from awseward/wsl
Browse files Browse the repository at this point in the history
Support Development in WSL, Upgrad NuGet.CommandLine dep
  • Loading branch information
awseward authored Sep 11, 2017
2 parents 275bf59 + 97aa8b5 commit 8eab5c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ._fake/paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ NUGET
remote: https://www.nuget.org/api/v2
FAKE (4.60)
FSharp.FakeTargets (0.11.1)
NuGet.CommandLine (4.1)
NuGet.CommandLine (4.3)
NUnit.Runners (2.6.4)
7 changes: 7 additions & 0 deletions ._fake/paket.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /bin/sh

if [ ! -f .paket/paket.exe ]; then
.paket/paket.bootstrapper.exe
fi

.paket/paket.exe $@
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ FakesAssemblies/

# Paket
._fake/.paket/paket.exe
._fake/paket-files/paket.restore.cached
7 changes: 7 additions & 0 deletions fake.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /bin/sh

cd ._fake
./paket.sh restore
cd ..

./._fake/packages/FAKE/tools/FAKE.exe build.fsx $@

0 comments on commit 8eab5c5

Please sign in to comment.