big commit

This commit is contained in:
2018-05-03 15:40:58 +02:00
parent 764016f0f0
commit 00bd2cc983
239 changed files with 2674 additions and 148 deletions

View File

@ -1,23 +1,2 @@
include ../common.mk
# Useless, defaults to the directory name.
#
PRJNAME=Yavsc.Server
$(PACKAGE): $(BINARY)
nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIG)
clean:
rm $(PACKAGE)
$(BINARY): project.lock.json
dnu build --configuration $(CONFIG)
project.lock.json: project.json
dnu restore
deploy-pkg: $(PACKAGE)
cp $(PACKAGE) $(NUGETSOURCE)
.PHONY: $(BINARY)