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
1
scripts/dotnet-compile
Executable file
1
scripts/dotnet-compile
Executable file
|
|
@ -0,0 +1 @@
|
|||
exec "dnu" "build" "$@"
|
||||
Reference in a new issue