Life made simpler
This commit is contained in:
parent
01662dacad
commit
8b7b6158dc
2 changed files with 11 additions and 4 deletions
|
|
@ -5,6 +5,8 @@ all: build
|
|||
build: project.lock.json
|
||||
dnu build
|
||||
|
||||
deploy-pkg:
|
||||
|
||||
|
||||
restore:
|
||||
touch project.json
|
||||
|
|
@ -13,10 +15,8 @@ restore:
|
|||
project.lock.json: project.json
|
||||
dnu restore
|
||||
|
||||
run: ../Yavsc/bin/Debug/dnx451/Yavsc.dll
|
||||
run: project.lock.json
|
||||
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run
|
||||
|
||||
../Yavsc/bin/Debug/dnx451/Yavsc.dll:
|
||||
make -C ../Yavsc
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue