Some small tweaks to make development easier

- Added scripts directory to path when using dotnet tool
- Added dotnet-compile and dotnet-restore
This commit is contained in:
David Fowler 2015-10-06 03:10:26 -07:00
commit 550dd7f062
7 changed files with 49 additions and 12 deletions

1
scripts/dotnet-compile Executable file
View file

@ -0,0 +1 @@
exec "dnu" "build" "$@"