a way todo
This commit is contained in:
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user