Skip to content

Commit

Permalink
Merge pull request #4 from juergenhoetzel/error-handling
Browse files Browse the repository at this point in the history
Error handling
  • Loading branch information
matthid authored May 19, 2018
2 parents ff1a31a + e03c16d commit 99e0184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fake.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

set -e -o pipefail

# Install .NET Core (https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script)
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel Current

PATH="~/.dotnet:$PATH"
dotnet restore dotnet-fake.csproj
dotnet fake $@
dotnet fake $@

0 comments on commit 99e0184

Please sign in to comment.