a way todo
This commit is contained in:
parent
44500e46b2
commit
a1c4108eae
1 changed files with 22 additions and 0 deletions
22
cli/Makefile
Normal file
22
cli/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
|
build: project.lock.json
|
||||||
|
dnu build
|
||||||
|
|
||||||
|
deploy-pkg:
|
||||||
|
|
||||||
|
|
||||||
|
restore:
|
||||||
|
touch project.json
|
||||||
|
dnu restore
|
||||||
|
|
||||||
|
project.lock.json: project.json
|
||||||
|
dnu restore
|
||||||
|
|
||||||
|
run: project.lock.json
|
||||||
|
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue