Skip to content

Commit

Permalink
update bash
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Nov 16, 2019
1 parent ac2dffe commit 4e15f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

mkdir nuget -p
rm -rf nuget
mkdir nuget

dotnet tool restore

Expand Down

0 comments on commit 4e15f80

Please sign in to comment.