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:
parent
0ce00feacc
commit
550dd7f062
7 changed files with 49 additions and 12 deletions
8
scripts/dotnet-restore.cmd
Normal file
8
scripts/dotnet-restore.cmd
Normal file
|
@ -0,0 +1,8 @@
|
|||
@Echo OFF
|
||||
SETLOCAL
|
||||
SET ERRORLEVEL=
|
||||
|
||||
dnu restore %*
|
||||
|
||||
exit /b %ERRORLEVEL%
|
||||
ENDLOCAL
|
Loading…
Add table
Add a link
Reference in a new issue