big commit
This commit is contained in:
parent
7016033872
commit
f972b677c2
239 changed files with 2674 additions and 148 deletions
|
|
@ -1,5 +1,8 @@
|
|||
include ../common.mk
|
||||
|
||||
MSBUILD=msbuild
|
||||
|
||||
|
||||
all: build
|
||||
|
||||
build: project.lock.json
|
||||
|
|
@ -8,7 +11,10 @@ build: project.lock.json
|
|||
restore:
|
||||
touch project.json
|
||||
dnu restore
|
||||
|
||||
|
||||
msbuild-restore:
|
||||
$(MSBUILD) cli.csproj /t:Restore
|
||||
|
||||
project.lock.json: project.json
|
||||
dnu restore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue