files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
24
cli/Makefile
24
cli/Makefile
|
|
@ -1,24 +0,0 @@
|
|||
include ../versioning.mk
|
||||
include ../dnx.mk
|
||||
|
||||
MSBUILD=msbuild
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
||||
msbuild-restore:
|
||||
$(MSBUILD) cli.csproj /t:Restore
|
||||
|
||||
check: run
|
||||
|
||||
project.lock.json:
|
||||
@# fixing package id reference case, to System.Xml, from package NJsonSchema.CodeGeneration.CSharp
|
||||
sed 's/System.XML/System.Xml/' project.lock.json > project.lock.json.new && mv project.lock.json.new project.lock.json
|
||||
|
||||
run: $(BINTARGETPATH)
|
||||
ASPNET_ENV=$(ASPNET_ENV) dnx --configuration=$(CONFIGURATION) run send monthly
|
||||
|
||||
info:
|
||||
@echo $(PRJNAME)
|
||||
|
||||
# Due to NJsonSchema.CodeGeneration.CSharp package:
|
||||
.PHONY: project.lock.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue