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
parent 0ce00feacc
commit 550dd7f062
7 changed files with 49 additions and 12 deletions

View file

@ -0,0 +1,8 @@
@Echo OFF
SETLOCAL
SET ERRORLEVEL=
dnu restore %*
exit /b %ERRORLEVEL%
ENDLOCAL