Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Nov 29, 2016
1 parent b8fae75 commit ae72a2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ packages/
project.lock.json
TestAssembly.dll
tools/
.dotnet/
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
& dependencies/Nancy/build.ps1 $argumentList
& dependencies/Nancy/build.ps1 $args
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
./dependencies/Nancy/build.sh "$@"
#!/usr/bin/env bash -xe

./dependencies/Nancy/build.sh "$@"

0 comments on commit ae72a2e

Please sign in to comment.