Life made simpler

This commit is contained in:
2018-04-28 23:08:03 +02:00
parent 2a652d357f
commit b0899a2f4f
2 changed files with 11 additions and 4 deletions

View File

@ -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