This commit is contained in:
Paul Schneider 2018-04-26 05:20:08 +02:00
commit 949bdf8604
15 changed files with 1370 additions and 234 deletions

14
cli/Makefile Normal file
View file

@ -0,0 +1,14 @@
all: build
build: project.lock.json
dnu build
project.lock.json: project.json
bin/output/approot/run: project.lock.json
dnu restore
run: bin/output/approot/run
ASPNET_ENV=Development dnx run