big commit

This commit is contained in:
Paul Schneider 2018-05-03 15:40:58 +02:00
commit f972b677c2
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)