wip!
This commit is contained in:
parent
d78d1f8cb0
commit
949bdf8604
15 changed files with 1370 additions and 234 deletions
14
cli/Makefile
Normal file
14
cli/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue